This topic is locked
[SOLVED]

 Remind password not showing correct password

9/28/2010 4:27:33 AM
PHPRunner General questions
J
jasonfrew author

I have a remind password page in my database that sends an email to the user with their password.
however it is not sending the correct password to the user.
i am storing the passwords in the database using Encrypt passwords
Regards
Jason

A
ann 9/28/2010

Jason,
the encryption mechanism (md5) built-in into PHPRunner won't allow you to decrypt the password. It uses one way encryption.
If you want to encrypt/decrypt passwords you'll need to implement all password related functions manually i.e. login, registration, change password, remind password and direct editing of login table.
If you choose to encrypt password, Password reminder page will reset your password.