LoginMaxAttempts
The number of failed login attempts allowed within the LoginExpiryTime before the attempted user name is locked.
For example, if you set LoginMaxAttempts
to 3
and you set LoginExpiryTime to 5
, if there are three incorrect attempts within five seconds, the user is locked out of the system and cannot log in until the account is unlocked.
Type: | Long |
Default: | 0 (disabled) |
Required: | No |
Configuration Section: | User |
Example: | LoginMaxAttempts=3
|
See Also: |