后台-生成帐号-修改默认密码
This commit is contained in:
@@ -87,7 +87,7 @@ public class AutoGenRobotService extends BaseService {
|
||||
|
||||
private void createRotAccount(Date date, AutoGenRobot autoGenRobot) throws Exception {
|
||||
Long erbanNo = erBanNoService.getErBanNo();
|
||||
String password = "1234567890.";
|
||||
String password = "Qwe123";
|
||||
if (autoGenRobot.getNick().length() > 15) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user