This table contains the account lockout policies for WebSphere Commerce stores.
Column Description(s):
Column Name | Column Type | Description |
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 Name | Indexed Column Names | Index Type |
SQL050212031255460 |
PLCYACCLCK_ID |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_599 |
PLCYACCLCK_ID |
PLCYACCT |
PLCYACCLCK_ID |
Cascade |
F_602 |
PLCYACCLCK_ID |
PLCYLCKDSC |
PLCYACCLCK_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.