From b12d17c7a34167c55f2e51cc5f9c7acc1e4086f5 Mon Sep 17 00:00:00 2001 From: liuz Date: Thu, 9 Aug 2018 14:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/logon.html | 2 +- .../app/awe/config/orguser/dwhandler/UserInfoHandler.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/logon.html b/WebContent/logon.html index 79c8104a1..814ff2b88 100644 --- a/WebContent/logon.html +++ b/WebContent/logon.html @@ -38,7 +38,7 @@
用户名ID:
-
密码:
+
密码:
diff --git a/src/com/amarsoft/app/awe/config/orguser/dwhandler/UserInfoHandler.java b/src/com/amarsoft/app/awe/config/orguser/dwhandler/UserInfoHandler.java index dbbb02d0c..8743a6405 100644 --- a/src/com/amarsoft/app/awe/config/orguser/dwhandler/UserInfoHandler.java +++ b/src/com/amarsoft/app/awe/config/orguser/dwhandler/UserInfoHandler.java @@ -50,7 +50,7 @@ public class UserInfoHandler extends CommonHandler { protected void beforeInsert(JBOTransaction tx, BizObject bo) throws Exception { //设置初始密码:APleasing001 - String sInitPwd = "APleasing001"; + String sInitPwd = "a1!"; String sPassword = MessageDigest.getDigestAsUpperHexString("MD5", sInitPwd); bo.setAttributeValue("Password",sPassword); //如果是新增用户,设置初始密码 }