When two passwords are required but only one is initially defined, the user will be able to login the first time using just the single password. But then the system displays the following screen to update both the initial password and the second password:
The second password must pass all of the following rules:
- Must be at least 10 characters long
- Cannot be the same as your first password, user name, first name, or last name
- Cannot contain sequences of more than two matching characters in a row
Your second password must pass at least three of these rules:
- Contain at least one lower-case letter
- Contain at least one upper-case letter
- Contain at least one number
- Contain at least one special character