1 | Users password expire in | It specified when the user password will expire. Once the password expired, user is required to change his password before he can proceed to other functions. |
2 | Enforce password history | When enabled, it does not allow user to re-use back the system remembered password. |
3 | Minimum password length | The minimum password length. |
4 | Change password gap | The gap, in day, enforce the day needed in between the password change. Example, if change password gap is 2, then every user belong to this group will not be able to change their password for the next 2 days after they change their password. |
5 | Allow more than 2 consecutive repeated characters | A Yes/No solution to allow or denied password setup with “password” or “pasword” without consecutive repeated characters. |
6 | Allow password equal to username | A Yes/No solution to allow or denied the username and password is similar or not.
Eg. Allow version:
Username: centagate
Password: centagate
Denied permission version:
Username: centagate
Password: centagate1234 |
7 | Password complexity | Enforce the password complexity, which could be combination or digit, character and symbol. |
8 | List of blacklisted passwords | You can enter list of passwords that are not allowed to use even though it complies with the password policy. This list of passwords normally is the passwords that are easy to guess. |