Register
- Passwords shall contain a minimum of one upper case letter
- Passwords shall contain a minimum of one lower case letter
- Passwords shall contain a minimum of one number
- Passwords shall contain a minimum of one symbol: !,@,#,$,%,^,&,*,(,)
- Password characters shall not be sequential (Do not use: ABCD. This is ok: ACDB.)
- Password characters shall not be repeated in a row (Do not use: P@$$S. This is ok: P@$S$.
- Passwords shall have a minimum length of 12 characters.
- Passwords shall not be reused for twelve iterations.