Accelerate the Value of Data

UsernamePRule

Rule for determining if a password contains the user name associated with that password

This rule determines if a password contains the username associated with the password.

Table 1. Parameters
ParameterDescriptionTypeSyntax
matchBackwards

Whether to search for username backwards.

BooleanThis parameter takes a true or false value:
"matchBackwards": false
ignoreCaseWhether to ignore case when checking for user names.BooleanThis parameter takes a true or false value:
"ignoreCase" : true
{
  "type": ".UsernamePRule",
  "matchBackwards": false,
  "ignoreCase" : true
}