Require Minimum and Maximum Password Length [Updated in Security center 2.2]
Set minimum and maximum password lengths to avoid compliance issues and reduce the risk of a successful brute force attack
Password policies define the requirements for passwords your users create on your instance. The password length must fall within the range accepted by the NIST 800-63B document.
Ensure that a password policy is being enforced for each password credential store in use on your instance. Ensure that the password policy mandates a minimum password length of at least 15 characters and maximum password length of at least 64 characters.
- Ensure that a password policy is being enforced for each password credential store in use on your instance:
-
For each password credential store record in the Password Reset Credential Stores [pwd_cred_store] table, ensure that Enable password policy field is activated.
-
- Ensure that the password policy mandates a minimum password length of at least 15 characters and maximum password length of at least 64 characters.
-
Navigate to the Password Policy [password_policy] record referenced in the record's Password policy field. Ensure that the Minimum Password Length field is set to at least 15 and Maximum Password Length field is set to at least 64.
-
- Further instructions on configuring a password policy can be in the documentation: Enable password policies on your instance
Further instructions on configuring a password policy, see Enable password policies on your instance.
More information
| Attribute | Description |
|---|---|
| Configuration name | Records on the Password Reset Credential Store [pwd_cred_store] and Password Policy [password_policy] tables. |
| Configuration type | Records on the Password Reset Credential Store [pwd_cred_store] and Password Policy [password_policy] tables. |
| Data type | Boolean and Integer |
| Recommended value |
|
| Default value |
|
| Fallback value |
|
| Category | Authentication |
| Security risk |
|
| Functional impact | Instances do not suffer any impact from a minimum password length of 15 or maximum password length of 64. |
| Dependencies and prerequisites | None |