Secure password should match the following requirements:
- All passwords must be at least 6 characters long
- A password cannot contain your user name (neither can your user name be contained in your password)
- A password cannot contain only numbers
- A password MUST contain either a mix of upper and lower case letters, or a mix of letters and numbers, or a mix of letters and special characters
- A password cannot look like or be an email address
For example, these passwords will be accepted:
vpn321, This is a test, Michael/33us
These passwords will not pass the test:
vpn (too short)
me@example.com (looks like an email address)
906090 (all digits)
thisisatest (must have at least one capital letter, symbol, or number in it)
Close