The complexity requirements are as follows:
The password must contain:
- Uppercase letters
- Lowercase letters
- A number (from 0 to 9)
- At least 8 characters
The password must not contain:
- Your name
- Your username
- A password you have previously used in the system
See this guide that shows the full password complexity requirements.