Use the ICIClientSettings interface SetLockoutNotDisable method to enable account lockout for a user.
|
|
This method is available in EFT Server 5.1.1 and later. |
HRESULT SetLockoutNotDisable(
[in] VARIANT_BOOL val); // true => lock account on invalid
// login attempt limit reaching;
// false => disable account
Example (VBScript):
client.SetLockoutNotDisable False