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