更强的默认密码策略

Attention

This behavior change is in the 2024_08 bundle.

For the current status of the bundle, refer to Bundle History.

当启用此行为变更捆绑包时,密码策略中的 PASSWORD_MIN_LENGTH 和 PASSWORD_HISTORY 参数的默认值行为如下:

Before the change:

PASSWORD_MIN_LENGTH 的默认值为 8

PASSWORD_HISTORY 的默认值为 0

After the change:

PASSWORD_MIN_LENGTH 的默认值为 14

PASSWORD_HISTORY 的默认值为 5

参考:1776