Reputation: 2040
I use "sendResetPasswordEmail" to send reset password email to newly created user. Email goes well and the link work as expected bringing the user who got the email to reset password route. After setting passwords and submitting the form I get the following error in server(see below screenshot) and an "Internal error" message in client.
The user is actually created and has a token in password property but the password is not set. I am having really bad time debugging it because I can not find the source. What am I doing wrong here? Is "sendResetPasswordEmail" used only when reseting existing user?
Thank you guys!
Upvotes: 0
Views: 73