初始密碼

This commit is contained in:
liuz 2018-08-09 15:29:36 +08:00
parent ec52fa3e0b
commit 1801e80ef9

View File

@ -49,7 +49,7 @@ public class ChannelUserInfoHandler extends CommonHandler {
protected void beforeInsert(JBOTransaction tx, BizObject bo) throws Exception {
//设置初始密码000000als
String sInitPwd = "al!";
String sInitPwd = "a1!";
String sPassword = MessageDigest.getDigestAsUpperHexString("MD5", sInitPwd);
bo.setAttributeValue("Password",sPassword); //如果是新增用户设置初始密码