mail verification

A

Anonymous

Guest
i designed a form to let users register to my site and sure crypt the user password using Mysql password function and that is the problem:
now if the user forget his password how can i decrypt it.all of functions like md5 and crypt don't decrypt the password again so
how to send the password again to the user if he forget it? :help:
any comments will be great.specially for those who are using a well known concept on their sites.
thanks all.
 
I don't remember the exact name
there is a class in PEAR called HCEMD5 which will help you solve the problem.
:-D
a great class that it is..
 
Back
Top