policy.password.pattern
- Module: cmas-core-security
- Description: Defines a regular expression pattern which new passwords have to match. The default value is ^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$ (at least 7 characters, of which one capital letter, one lower case letter and one number).
- Type: string
- Restart required: no
- System: no
- Optional: yes
- Example value: ^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$ (default value)
- Since: 6.10.1.0