password reset hashing the new password diffrently (?)
Posted: 2021-02-02 05:28
Hello appgineers,
I just ran a test on my app to try to reset a user's password but the credentials are not working after the change, the whole process works fine from the email until the confirmation page that the password has changed. I have checked the database and can confirm theres a new hashed string generated for that user, so Im guessing the hashing mechanism is somewhat broken, can anyone point me a good place to start for diagnosing this problem?
Thank you.
I just ran a test on my app to try to reset a user's password but the credentials are not working after the change, the whole process works fine from the email until the confirmation page that the password has changed. I have checked the database and can confirm theres a new hashed string generated for that user, so Im guessing the hashing mechanism is somewhat broken, can anyone point me a good place to start for diagnosing this problem?
Thank you.