password reset hashing the new password diffrently (?)

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

password reset hashing the new password diffrently (?)

Post by D Oliveira » 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.

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

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

Post by D Oliveira » 2021-02-02 05:59

nevermind folks, I found the issue, I was inserting the user in the db without setting isApproved to 1 lol

Post Reply