Accelerate the Value of Data

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.

Table 1. Parameters
ParameterDescriptionTypeSyntax
lastPasswordVerifyCount

How many passwords will be checked.

Number
"lastPasswordVerifyCount": 3
{
  "type": ".HistoryPRule",
  "lastPasswordVerifyCount": 3
}