[phplib] Challenge_Encrypt_Auth question From: William Jackson (wj <email protected>)
Date: 07/10/00

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>