Controlling invalid login attempts by a user

The number of login attempts allowed for a user can be configured. Failed login attempts are stored in the table PLT_USER_LOGIN_FAILED. An attribute FAILURE_TYPE in the table is used to determine the type of login failure.

In case of login failure, FAILURE_TYPE is set to LOGIN.

Note: A User Login Failed purge agent is provided to clear the PLT_USER_LOGIN_FAILED table.