去掉pal强制修改口令
This commit is contained in:
parent
1cc0f8c758
commit
68d02d9012
Binary file not shown.
@ -131,7 +131,7 @@ public class SubFormAfterSave extends ExecuteListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sendOaPending(taskInstance,param);
|
// sendOaPending(taskInstance,param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
var notificationSoundTips = false; // 是否开启消息到达声音提醒
|
var notificationSoundTips = false; // 是否开启消息到达声音提醒
|
||||||
var notificationMsgLoadFrequency = 60; // 通知消息检查频率
|
var notificationMsgLoadFrequency = 60; // 通知消息检查频率
|
||||||
var isSecurityPwdChange = <#isSecurityPwdChange>; // 是否允许用户修改口令
|
var isSecurityPwdChange = <#isSecurityPwdChange>; // 是否允许用户修改口令
|
||||||
var forceChangePwd = <#forceChangePwd>; // 默认口令验证,是否强制修改默认密码
|
var forceChangePwd = false; // 默认口令验证,是否强制修改默认密码
|
||||||
var isSecurityPwdComplexity = <#isSecurityPwdComplexity>; // 密码强度
|
var isSecurityPwdComplexity = <#isSecurityPwdComplexity>; // 密码强度
|
||||||
var securityMinPwdLength = <#securityMinPwdLength>; // 允许账户口令最小长度,0表示无限制
|
var securityMinPwdLength = <#securityMinPwdLength>; // 允许账户口令最小长度,0表示无限制
|
||||||
var securityMaxPwdLength = <#securityMaxPwdLength>; // 允许账户口令最大长度,最多32位长度
|
var securityMaxPwdLength = <#securityMaxPwdLength>; // 允许账户口令最大长度,最多32位长度
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user