HistoryPRule
Rule for determining if a password matches one of any N previous passwords a user has chosen.
This rule is used to determine the number of previously entered passwords against which the new password is checked.
Parameter | Description | Type | Syntax |
---|---|---|---|
lastPasswordVerifyCount |
How many passwords will be checked. | Number |
|
{
"type": ".HistoryPRule",
"lastPasswordVerifyCount": 3
}