提示 'validate_password'插件已经安装并且本次设置的新密码强度为100(如果为25或者50则建议增加密码复杂度),所以输入n取消再次修改密码。
注意:
There are three levels of password validation policy: //共分三个级别的密码策略
LOW Length >= 8 //最低级别
MEDIUM Length >= 8, numeric, mixed case, and special characters //中等级别,大于8位且包含大小写字母,数字,特殊字符。
STRONG Length >= 8, numeric, mixed case, special characters and dictionary file //最高级别,大于8位且包含大小写字母,数字,特殊字符,字典文件。