Unify and manage your data

NonAlphanumericCharacterPRule

This rule determines if a password contains the correct number of non-alphanumeric characters

Rule for determining if a password contains the correct number of non-alphanumeric characters (Symbols: `~!@#$%^&*()-_=+[{]}\|;:'"<,>./?).

Table 1. Parameters
ParameterDescriptionTypeSyntax
numCharacters

Number of uppercase characters to enforce

Number "numCharacters": 3
{ "type": ".NonAlphanumericCharacterPRule", "numCharacters" : 3 }
Was this content helpful?