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
Records the attempted username, exception type, and message for all failed login attempts, providing a more comprehensive audit trail.
Additionally, this change prevents login attempts already rejected by the throttling mechanism (`TooManyLoginAttemptsException`) from being counted towards the `maxLoginAttempts` limit. This ensures that repeated attempts while throttled do not inadvertently extend the lockout period indefinitely, thus avoiding a self-DoS scenario.