Use the ICISite interface LockoutNotDisable property to view whether account lockout is enabled. This property represents whether the "disable/lockout account after n incorrect login attempts in an n-minute period" feature is enabled. See also Enabling Allowed Login Attempt Limit (LimitLoginAttempts).
|
This method is available in EFT Server 5.1.1 and later. |
Signature:
HRESULT LockoutNotDisable([out, retval] VARIANT_BOOL *pVal);
HRESULT LockoutNotDisable([in] VARIANT_BOOL newVal);
True = Lockout is not disabled
False = Lockout is disabled
Refer to Site Login Security and Anti-Flood/Hammer Settings for an illustration of how this and other ICISite properties can be accessed in the Administrator interface.