Viewing the Number of Invalid Login Attempts Allowed for a Site (MaxInvalidLoginAttempts)

Use the ICISite interface MaxInvalidLoginAttempts property to view the maximum number of invalid login attempts allowed to a Site. Relates to the "Lock out / disable account after N invalid login attempts during time period" option in EFT Server.

icon_info.gif

This method is available in EFT Server 5.1.1 and later.

Signature:

HRESULT MaxInvalidLoginAttempts([out, retval] long *pVal);

HRESULT MaxInvalidLoginAttempts([in] long newVal);

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.