Limit Allowed Number of Failed Login Attempts Before Lockout
Two script actions are available that enable a site administrator to manage the number of times a user can provide an incorrect password before being locked out from the ServiceNow AI Platform. You can enable either of these script actions to manage failed login attempts.
The SNC User Lockout Check or SNC User Lockout Check with Auto Unlock script actions enable the administrator to manage the number of failed login attempts for a user. Two script actions are available that enable a site administrator to manage the number of times a user can provide correct password before getting locked out from the Now Platform.
Additionally, the glide.user.max_unlock_attempts system property controls the number of allowed failed login attempts. If the value of glide.user.max_unlock_attempts is increased above the recommended value of 5, it increases the number of login attempts an attacker could make against a given user.
Ensure at least one of the script actions: SNC User Lockout Check or SNC User Lockout Check with Auto Unlock is enabled to manage failed login attempts. These script actions are stored in the Script Actions [sysevent_script_action] table.
Additionally, ensure the property glide.user.max_unlock_attempts is set to 5 or less.
More information
| Attribute | Description |
|---|---|
| Configuration name |
|
| Configuration type |
|
| Data type | Integer (for system property) |
| Recommended value |
|
| Default value | <none> |
| Fallback value | 5 (for system property) |
| Category | Authentication |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |