MaxRateFailedLoginAttempts
Sets the number of times in a row that a user may attempt to sign in with an incorrect password, and within the time span defined by AccountRateWindow, before being locked out of the system for AccountLockoutTime minutes. This value is lower than MaxFailedLoginAttempts on the assumption that an automated attack will make repeated attempts much faster than would a person.
Defaults to three (3)
Section: SecurityManager-Admin
Default: MaxRateFailedLoginAttempts = 3
Application restart required before changes will take effect.