- Passwords must not start or end with a number.
- Password cannot be same as the current password.
- Password cannot be any of the previous 8 passwords.
- Password cannot contain any simple pattern of letters or numbers, such as "qwerty" or "xyz123"
- Password must be at least 12 characters long.
- Password must contain at least 3 of: Uppercase, lowercase, number or special characters.
- Password should not contain the username.
- Passwords should not contain any two identical consecutive characters.
- Passwords cannot include a space.
- Password cannot contain more than two identical consecutive characters in any position from the previous password.
|