You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Two users at the City's Health Department tried to use the reset password page but were not sucessful.
To Reproduce
Steps to reproduce the behavior:
Request a password reset
Click on "Reset My Password" button in email
Enter new password and click "Reset Password" button
Actual Behavior
A "Sending..." message appears below the "reset Password" button for a few seconds then disappears. the user is left on the Reset Password page and their password is NOT changed.
Expected behavior
Reset password dialog is closed and user is navigated to login page.
Environment
This has been reproduced in both IE and Chrome and on Mac and Windows.
Additional context
Here's a few console errors exported from misbehaving browser
It seems that the front end might not be handling an error properly. Not sure if the backend is behaving well. I tried updating my password directly via API on my local instance. I did a PUT /user to update my password then login with that new password in the front end. I got a 200 on the PUT but the subsequent login failed.
Describe the bug
Two users at the City's Health Department tried to use the reset password page but were not sucessful.
To Reproduce
Steps to reproduce the behavior:
Actual Behavior
A "Sending..." message appears below the "reset Password" button for a few seconds then disappears. the user is left on the Reset Password page and their password is NOT changed.
Expected behavior
Reset password dialog is closed and user is navigated to login page.
Environment
This has been reproduced in both IE and Chrome and on Mac and Windows.
Additional context
Here's a few console errors exported from misbehaving browser
Here's a screen shot of same errors in log above.
Here's what the user sees.
The text was updated successfully, but these errors were encountered: