Error “Your Account has been Blocked After Multiple Consecutive Login Attempts”

Overview

This article explains why a user is locked out from logging into an application. When a user is locked out, the following error is displayed on the login screen:

 

Your account has been blocked after multiple consecutive login attempts. We’ve sent you an email with instructions on how to unblock it.

 

The error logs from the failed login show:

{  
  “errorMessage”: “Your account has been blocked after multiple consecutive login attempts. We’ve sent you an email with instructions on how to unblock it.“, 
  “success”: false
}


The user does not receive the unblocking email with instructions. 

Applies To
  • Blocked Account
  • Blocked Access to Application
  • Brute-force Protection
Cause

This issue is caused by exceeding the number of Maximum Attempts configured on the Brute-force Protection settings.

Solution

To unblock users who have been blocked by brute-force protection, follow one of the options below:

https://auth0.com/docs/secure/attack-protection/brute-force-protection#block-removal-events

 

  • The affected user selects the unblock link in the email notification (if configured).

  • The affected user changes their password (on all linked accounts).

  • An administrator removes the block.

  • An administrator raises the Maximum Attempts login threshold.

Related References

Recommended content

No recommended content found...