A valid password must meet all of the following conditions:
- Password must contain one of the following character(s): . ! # $ * ( ) + =
- Password must contain at least 2 alphabetic character(s)
- Password must contain at least 1 uppercase letter(s)
- Password must contain at least 1 lowercase letter(s)
- Password must contain at least 1 numeric character(s)
- Password must be at least 8 character(s) long
- Password must not be longer than 32 characters
- Password must not match or contain first name or last name
- Password must not match or contain user ID
- Password must not be one of 12 previous passwords