TLockoutOptions Class
Options for configuring user lockout behavior.
Syntax
Unit: Sphinx.Options
TLockoutOptions = class(TPersistent);
Properties
Name | Description |
---|---|
LockoutTimeoutSpan | Gets or sets the period a user is locked out for when a lockout occurs. Defaults to 5 minutes. |
AllowedForNewUsers | Determines if new users are subject to be locked out. |
MaxFailedAccessAttempts | Gets or sets the number of failed access attempts allowed before a user is locked out, assuming lock out is enabled. Default value is 5. |
LockoutTimeout | Gets or sets the period a user is locked out for when a lockout occurs, in seconds. Defaults to 5 minutes. |