Luminis 4.2.2.59 uuid field login help required.
Hello,
We are having problems implementing the the hardcoded value of 0xACA021 for the new uuid field in the login.html and login.jsp pages.
In Sungard FAQ#: 1-8Y8HQ9, it mentions that you can pass this value to disable the uuid 'expired form' functionality. This is for remote login forms that cannot use the server side tag: '
We have a vanilla 4.2.2.59 environment where I set '' in login.html, as well as removed the line
'document.cplogin.uuid.value="
I am getting the error: username/password mismatch.
I also could not get it to work on a test remote login page which passes the same data (just in case it was referrer checking).
Any ideas?
We need to get this to work, since we have remote login forms to our luminis install, and we are supposed to be going live with this patch by June 27th!
Thanks very much for any help/suggestions.
Gareth

Luminis 4.2.2.59 uuid field login help required.
Hi,
We don't use the expired form functionality here. We just disable it permanently with the 0xACA021 value and everything works fine. We have a remote login on our law site here: https://law.hofstra.edu/CurrentStudents/index.html if you want to take a look at the form. Just make sure you pass a hidden input field with a name of "uuid" and a value of "0xACA021" not a blank value. It should submit directly off to: https://yourschool.edu/cp/home/login . Also check what your are submitting (try the firebug plugin for firefox). There should be 3 fields submitted: user, pass, uuid.
Hope this helps!
-Kevin