mercredi 4 mars 2020

Reg Exp for following criteria Angular 7 [closed]

Criteria : Password Complexity must meet the following conditions:

  • Must be between 8 and 128 characters
  • Must contain at least 3 of the following

    • Uppercase letter
    • Lowercase letter
    • A digit (0-9)
    • A special character (!, *, @, $, etc)
  • Cannot contain more than two of the same character in a row (i.e. aaa, GGG, !!!, 111)

Aucun commentaire:

Enregistrer un commentaire