Date: 07/10/00
- Next message: William Jackson: "[phplib] Challenge_Encrypt_Auth"
- Previous message: Philippe Paravicini: "RE: [phplib] Few questions about PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am using the Challenge_Encrypt_Auth for storing md5 passwords
I am now working on an add user page
I make my USER_ID via md5(uniqid($this->magic)) which works ok
and then I do md5($password) and store that in the database
but when I go to my login screen and enter the username
any password that I enter validates the user
what am I doing wrong when generating the md5 password
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: William Jackson: "[phplib] Challenge_Encrypt_Auth"
- Previous message: Philippe Paravicini: "RE: [phplib] Few questions about PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

