Database Table: PLCYACCLCK

This table contains the account lockout policies for WebSphere Commerce stores.

Column Name Column Type Column Description
LOCKOUTTHRESHOLD INTEGER
NULL, DEFAULT 6
The number of times a user can consecutively enter an incorrect password before the system locks the users account.
PLCYACCLCK_ID BIGINT
NOT NULL
The ID for the Account Lockout Policy (PLCYACCLCK) table.
WAITTIME INTEGER
NULL, DEFAULT 10
The starting value (in seconds) of the time before the user is allowed to re-enter another password.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035033880 PLCYACCLCK_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_599 PLCYACCLCK_ID PLCYACCT PLCYACCLCK_ID Cascade
F_602 PLCYACCLCK_ID PLCYLCKDSC PLCYACCLCK_ID Cascade