Hi,
on the Live demo page it mentions the login page using javascript to prevent plain text submission...
Login as the user kris using a password of test. Have a look at the source of the login page to see how sending the password in clear is being avoided, if Javascript is enabled in your browser.
Looking at the source I can't see the javascript that's supposed to be doing this, am I being blind?
Guess it's not PHPLib related, but I was just interested.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-07-28
Javascript encryption is optional using files which are included with PHPLIB. See the class Example_Challenge_Crypt_Auth in local.inc and the file crcloginform.ihtml, for example.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
on the Live demo page it mentions the login page using javascript to prevent plain text submission...
Login as the user kris using a password of test. Have a look at the source of the login page to see how sending the password in clear is being avoided, if Javascript is enabled in your browser.
Looking at the source I can't see the javascript that's supposed to be doing this, am I being blind?
Guess it's not PHPLib related, but I was just interested.
Thanks
Javascript encryption is optional using files which are included with PHPLIB. See the class Example_Challenge_Crypt_Auth in local.inc and the file crcloginform.ihtml, for example.
Excellent, thanks