Setting up an account lockout policy
The account lockout policy in the management center can be set with the security policy. An account lockout policy locks or disables a user account if malicious actions are launched against that account in order to reduce the chances that the actions compromise the account.
An account lockout policy enforces the following items:
- The account lockout threshold. This is the number of invalid logon attempts before the account is disabled. By setting this number too low, you risk locking out legitimate users that mistyped their password or have difficulty remembering their password, and potentially overwhelming your CSR team if an attacker is trying to lockout several account. By setting this number too high, you avoid the aforementioned risks, but it's more likely to make your site vulnerable to a brute force attack of guessing passwords. Choose a threshold that best suits your security requirements.
- Consecutive unsuccessful login delay. This is the time period for which the user is not allowed to login, after two failed attempts to login. The delay gets incremented by the configured time delay value (for example, 10 seconds) with every consecutive login failure.
Note:
- Account lockout does not work with LDAP enabled.