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
When using Account Lockout options, multiple login attempts result in the user being locked out for a specified period. After the lockout duration expires, the app should allow the user to attempt the configured number of login attempts again.
However the user is locked out immediately after just one failed login attempt.
messagenius-admin
changed the title
accountLockout not resetting threshold after duration
accountLockout not resetting threshold after configured duration
Oct 28, 2024
When using Account Lockout options, multiple login attempts result in the user being locked out for a specified period. After the lockout duration expires, the app should allow the user to attempt the configured number of login attempts again.
However the user is locked out immediately after just one failed login attempt.
Steps to Reproduce
This sample configuration will lock the user out for 2 minutes after 5 failed attempts.
Actual Outcome
The user gets locked out again after a single failed attempt.
Expected Outcome
The user should be able to make the configured number (5 in the above example) of additional attempts before being locked out again.
Environment
Parse Server version:
7.3.0
OS/Host: Any
Database: Any
Client: Any, including REST
The text was updated successfully, but these errors were encountered: