-
Notifications
You must be signed in to change notification settings - Fork 49
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
Block user accounts if an incorrect password was entered 5 times #527
Block user accounts if an incorrect password was entered 5 times #527
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e42b82 - Browse repository at this point
Copy the full SHA 6e42b82View commit details -
add log event types to log suspicious login attempts
- accountLocked: log when the account is locked. - loginFailedAccountLocked: log if the login fails while the account is locked.
Configuration menu - View commit details
-
Copy full SHA for 4f21f48 - Browse repository at this point
Copy the full SHA 4f21f48View commit details
Commits on Sep 10, 2024
-
- Considered race condition in the incrementFailedLoginAttempts and the ensureUserLoginActivityRecord functions.
Configuration menu - View commit details
-
Copy full SHA for 41f09b8 - Browse repository at this point
Copy the full SHA 41f09b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18fef0 - Browse repository at this point
Copy the full SHA a18fef0View commit details
Commits on Oct 8, 2024
-
review: add helpful comments to the accountLocked and loginFailedAcco…
…untLocked events.
Configuration menu - View commit details
-
Copy full SHA for d4555e8 - Browse repository at this point
Copy the full SHA d4555e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b76572 - Browse repository at this point
Copy the full SHA 4b76572View commit details -
review: throw an error if the user doesn't have login activity record…
… when getLoginActivity method has been executed.
Configuration menu - View commit details
-
Copy full SHA for 59e6339 - Browse repository at this point
Copy the full SHA 59e6339View commit details -
review: consolidate validatePassword and loginActivity logic into a s…
…ingle userService method, replacing existing implementations
Configuration menu - View commit details
-
Copy full SHA for 33288d2 - Browse repository at this point
Copy the full SHA 33288d2View commit details
Commits on Oct 9, 2024
-
review: move the execution time of the validateUserCredentials method…
… before assigning true to the session.passwordValid
Configuration menu - View commit details
-
Copy full SHA for 3a52f2f - Browse repository at this point
Copy the full SHA 3a52f2fView commit details