Unify and manage your data

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.

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": ".EmailPRule", "matchBackwards": false, "ignoreCase" : true }
Was this content helpful?