WebSphere Commerce database table: PLCYACCLCK

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


Column Description(s):
Column NameColumn TypeDescription
PLCYACCLCK_ID BIGINT NOT NULL The ID for the Account Lockout Policy table (PLCYACCLCK).
LOCKOUTTHRESHOLD INTEGER DEFAULT 6 The number of times a user can consecutively enter an incorrect password before the system locks the users account.
WAITTIME INTEGER DEFAULT 10 The starting value (in seconds) of the time before the user is allowed to re-enter another password.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031255460 PLCYACCLCK_ID Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_599 PLCYACCLCK_ID PLCYACCT PLCYACCLCK_ID Cascade
F_602 PLCYACCLCK_ID PLCYLCKDSC PLCYACCLCK_ID Cascade

Feedback