Unify and manage your data

AlphabeticalSequenceRule

This rule determines if a password contains an alphabetical keyboard sequence.

Rule for determining if a password contains an alphabetical keyboard sequence. Both uppercase and lowercase sequences are checked. For example, abcde, HIJKL. The default length is 5 characters.

Table 1. Parameters
ParameterDescriptionTypeSyntax
length

Number equal to the allowed password length in characters.

Number "length": 5
{ "type": ".AlphabeticalSequencePRule", "length": 5 }
Was this content helpful?