hi
I have a page for registration in my site
in this page after validation form I cashed password of user by function md5 and
then this hashed password save in database
I want to recycled the password
of user for while the user forgot password
and then mail to email user that entered at the time registration
How do I recycle this hashed password
so the password must be readable for user?
thanks alot
I have a page for registration in my site
in this page after validation form I cashed password of user by function md5 and
then this hashed password save in database
I want to recycled the password
of user for while the user forgot password
and then mail to email user that entered at the time registration
How do I recycle this hashed password
so the password must be readable for user?
thanks alot
Comment