Introduction
Password validations are used to enforce a minimum strength of password.
For example, a password must:
- have a minimum of 8 characters.
- contain at least 1 lowercase letter.
- contain at least 1 uppercase letter.
- contain at least 1 numeric character.
- contain at least 1 special character.
How can I check my current rules?
Authorised user may navigate to the administration page 'Password validations' for a status review.
Comments
0 comments
Please sign in to leave a comment.