Enabling Allowed Login Attempt Limit (LimitLoginAttempts)

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).

icon_info.gif

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.