Password Complexity Requirements
CIS enforces password complexity requirements whenever a password is created or updated.
Each password must meet the following complexity requirements:
- The password must be of minimum 12 characters.
 - The password contains characters from three of the following categories: 
- Uppercase Latin letters (A through Z).
 - Lowercase Latin letters (a through z).
 - Base 10 digits (0 through 9).
 - Non-alphanumeric characters (special characters).
 
 - The password must be different from the last 10 passwords used.