PCPasswordPolicy

Keys password policy.

Supports 4 types:

.optional — password is optional. If user sets password the minimal password length – 6 characters.

.short — password is required. Minimal password length – 6 characters.

.longWithLetters — password is required. Minimal password length – 8 characters. Necessarily to include both - uppercase and lowercase letters.

.longWithLettersAndDigits — password is required. Minimal password length – 8 characters. Necessarily to include at least one character from each category – uppercase letters, lowercase letters and digits.

  • Password is optional. If user sets password the minimal password length – 6 characters.

  • Password is required. Minimal password length - 6 characters

  • Password is required. Minimal password length - 8 characters. Necessarily to include both

    • uppercase and lowercase letters
  • Password is required. Minimal password length - 8 characters. Necessarily to include at least one character from each category – uppercase letters, lowercase letters and digits

  • Validates provided password