Stronger Default Password Policies (Pending)¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the default values for the PASSWORD_MIN_LENGTH and PASSWORD_HISTORY parameters in password policies behaves as follows:
- Before the change:
Default value for PASSWORD_MIN_LENGTH is 8
Default value for PASSWORD_HISTORY is 0
- After the change:
Default value for PASSWORD_MIN_LENGTH is 14
Default value for PASSWORD_HISTORY is 5
Ref: 1776