The following Platform Registry Settings can be used to configure Platform-wide account lockout options for failed login attempts:
Name | Explanation | Values |
@Citadel.AccountLockoutEnabled | Lock out account for a specified time after a certain number of failed login attempts. | True, False |
@Citadel.AccountLockoutTimeInMinutes | Set lockout time (in minutes) for an account after a certain number of failed login attempts. | Any positive integer; 0 means account will not be locked out |
@Citadel.FailedAttemptsBeforeLockout | Set number of failed login attempts before an account is locked out for a set period of time. | Any positive integer; 0 means account will not be locked out |
As needed, notifications of failed login attempts can be customized using an Apprenda extension that is triggered after a failed login attempt. As needed, an extension can be built that tracks failed login information outside of Apprenda and then triggers any desired workflows.
Comments