-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
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.
Line 1018 in a61ef7e
while (oldPasswords.length > this.config.passwordPolicy.maxPasswordHistory - 2) { |
Steps to reproduce
- Set passwordPolicy of maxPasswordHistory as 1.
- Try resetting password.
Expected Results
That it works.
Actual Outcome
No responce.
Metadata
Metadata
Assignees
Labels
No labels