初始密碼
This commit is contained in:
parent
ec52fa3e0b
commit
1801e80ef9
@ -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); //如果是新增用户,设置初始密码
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user