|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
Use the ICISite interface LimitLoginAttempts property to view whether a login attempt limit 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 Account Lockout (LockoutNotDisable).
|
This method is available in EFT Server 5.1.1 and later. |
Signature:
HRESULT LimitLoginAttempts([out, retval] VARIANT_BOOL *pVal);
HRESULT LimitLoginAttempts([in] VARIANT_BOOL newVal);
True = Enabled
False = 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.