Page 1 of 1

password reset hashing the new password diffrently (?)

Posted: 2021-02-02 05:28
by D Oliveira
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.

Re: password reset hashing the new password diffrently (?)

Posted: 2021-02-02 05:59
by D Oliveira
nevermind folks, I found the issue, I was inserting the user in the db without setting isApproved to 1 lol