This topic is locked

Password Encryption

5/25/2013 5:22:25 AM
PHPRunner General questions
S
Sergej author

i have an issue with password encryption - probably i'm doing something wrong....but on enable encrypted password i must login to users table - edit specific user by retyping his password and only then he can login....automatic login after registration does not work if the encryption option is chosen. Before this password is seen in db fully decrypted and only after editing it becames encrypted in db - and user can login. If i turn of password encryption newly registered users can login normaly. And up to php runner 6.1 if the encrypt password option was selected - new users were also able to login normally

Is there any way to avoid this behaviour?