Password Compliance:
Must be different from the previous 6 passwords.
Must be different from the previous password by at least 6 characters. {{pwdSimilarError?'Not Compliant':'Compliant'}}
Must be 15-20 alphanumeric characters. {{(pwdSmallError || pwdLongError)?'Not Compliant':'Compliant'}}
Must contain at least one letter. {{(pwdNoLetterError)?'Not Compliant':'Compliant'}}
Must contain at least one number. {{(pwdNoNumberError)?'Not Compliant':'Compliant'}}
Must contain at least one [valid special character] {{pwdNoSpecialError?'Not Compliant':'Compliant'}}
Must not contain any invalid special characters. {{pwdIllegalCharacterError?'Not Compliant':'Compliant'}}
Must not start with numeric characters. {{(numberAtStartError)?'Not Compliant':'Compliant'}}
Must not contain three repeating characters. {{(threeConsecutiveCharactersError)?'Not Compliant':'Compliant'}}
Must not contain your first name or last name. {{(pwdSameAsNameError)?'Not Compliant':'Compliant'}}
Must not be the same as your User ID. {{(pwdSameAsUserError)?'Not Compliant':'Compliant'}}
New password must match confirm password. {{(pwdMatchError)?'Not Compliant':'Compliant'}}