password()

wxdqz

New Member
I am having a problem with password();. I put users that signup to my site passwords in a database using password('$password') but when I want to take the passwords from a database to email them to the user in the case that they forget their password it emails them the encrypted password. How can I change this? I don't want to not use password() and I dont want to use md5..
 
Back
Top