-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Cannot change password when maxPasswordHistory is 1 #4918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@akiowata can you provide a workaround? and a PR? That should be an accessible one for a new contributor. |
Exists a test for this scenario: |
@paulovitin Is the test enough? It is already passing, right? |
Closing via #5191 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
When I set passwordPolicy of maxPasswordHistory: 1,
reset password doesn't work at last step (after inputting a new password).
I found the process below has infinite loop.
parse-server/src/RestWrite.js
Line 1018 in a61ef7e
Steps to reproduce
Expected Results
That it works.
Actual Outcome
No responce.
The text was updated successfully, but these errors were encountered: