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.
Parameter | Description | Type | Syntax |
---|---|---|---|
matchBackwards |
Whether to search for username backwards. | Boolean | This parameter takes a true or false value:
|
ignoreCase | Whether to ignore case when checking for user names. | Boolean | This parameter takes a true or false value:
|
{
"type": ".UsernamePRule",
"matchBackwards": false,
"ignoreCase" : true
}