Password policy lets you control the complexity of user passwords within the system.
Configuring the password policy
1. Click on the avatar on the top right, then click on the "Settings" option.
2. Click on "Configure" under Password Policy.
3. Enable the password policy by flipping the toggle:
4. Then you can customize the desired controls:
Password policy examples
Minimum password length
Suppose the admin has set the "Minimum password length" to be 8.
Then if the user tries to set the password to be "Abcd!12", there will be an error:
Must contain upper case characters
Suppose the admin has turned on the toggle for "Must contain upper case characters":
Then if the user tries to set the password to be "abcd1234!@#$", there will be an error:
Must contain lower case characters
Suppose the admin has turned on the toggle for "Must contain lower case characters":
Then if the user tries to set the password to be "ABCD1234!@#$", there will be an error:
Must contain base 10 digits
Suppose the admin has turned on the toggle for "Must contain base10 digits (0-9)":
Then if the user tries to set the password to be "ABCDabcd!@#$", there will be an error:
Must contain non-alphanumeric characters
Suppose the admin has turned on the toggle for "Must contain non-alphanumeric characters":
Then if the user tries to set the password to be "ABCDabcd1234", there will be an error:
Comments
0 comments
Please sign in to leave a comment.