EmailPRule
Determines if a password contains the email associated with the password
Rule for determining if a password contains the email associated with that 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": ".EmailPRule",
"matchBackwards": false,
"ignoreCase" : true
}