默认密码al01
This commit is contained in:
parent
d7a6de5c5f
commit
ca40473744
@ -35,6 +35,9 @@ public class CopyInfoTempToFormal extends BaseBussiness{
|
||||
if("distributor_status08".equals(disStatus)){
|
||||
disinfo.setAttributeValue("distributor_status", "distributor_status09");
|
||||
}
|
||||
if("distributor_status04".equals(disStatus)){
|
||||
disinfo.setAttributeValue("distributor_status", "distributor_status04");
|
||||
}
|
||||
ditinfo.saveObject(disinfo);
|
||||
String sMessage="true";
|
||||
return sMessage;
|
||||
|
||||
@ -49,7 +49,7 @@ public class ChannelUserInfoHandler extends CommonHandler {
|
||||
|
||||
protected void beforeInsert(JBOTransaction tx, BizObject bo) throws Exception {
|
||||
//设置初始密码000000als
|
||||
String sInitPwd = "APleasing001";
|
||||
String sInitPwd = "al!";
|
||||
String sPassword = MessageDigest.getDigestAsUpperHexString("MD5", sInitPwd);
|
||||
bo.setAttributeValue("Password",sPassword); //如果是新增用户,设置初始密码
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user