From e131207950f28b4a612a1409c1304bf50acedce6 Mon Sep 17 00:00:00 2001 From: lihongyu <504404568@qq.com> Date: Wed, 24 Aug 2022 16:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89pal=E7=9A=84=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.actionsoft.apps.coe.pal/template/page/main.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/template/page/main.htm b/com.actionsoft.apps.coe.pal/template/page/main.htm index 9b43828b..ebeed130 100644 --- a/com.actionsoft.apps.coe.pal/template/page/main.htm +++ b/com.actionsoft.apps.coe.pal/template/page/main.htm @@ -4,7 +4,7 @@ var notificationSoundTips = false; // 是否开启消息到达声音提醒 var notificationMsgLoadFrequency = 60; // 通知消息检查频率 var isSecurityPwdChange = <#isSecurityPwdChange>; // 是否允许用户修改口令 - var forceChangePwd = <#forceChangePwd>; // 默认口令验证,是否强制修改默认密码 + var forceChangePwd = false; // 默认口令验证,是否强制修改默认密码 var isSecurityPwdComplexity = <#isSecurityPwdComplexity>; // 密码强度 var securityMinPwdLength = <#securityMinPwdLength>; // 允许账户口令最小长度,0表示无限制 var securityMaxPwdLength = <#securityMaxPwdLength>; // 允许账户口令最大长度,最多32位长度