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
Account is currently locked. Try again in 135 seconds. You have 8 attempts remaining before account lockout.
It doesn't compromise security when you use it in conjunction with a prudent value for the maxAttempts variable.
varAttemptTooSoonMessage='Account is currently locked. Try again in '+Math.round(calculatedInterval/1000)+' seconds. You have '+(options.maxAttempts-user.get(options.attemptsField))+' attempts remaining before account lockout.';
The text was updated successfully, but these errors were encountered:
I think a better AttemptTooSoonError would be
It doesn't compromise security when you use it in conjunction with a prudent value for the
maxAttempts
variable.The text was updated successfully, but these errors were encountered: