修改创建账户默认密码
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9bd080b566
commit
5ec3fc3d13
|
@ -446,8 +446,9 @@ namespace IRaCIS.Core.Application.Service
|
||||||
// saveItem.OrganizationName = organizationName;
|
// saveItem.OrganizationName = organizationName;
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
// IRCEmailPasswordHelper.GenerateRandomPassword(10)
|
||||||
|
|
||||||
saveItem.Password = MD5Helper.Md5(IRCEmailPasswordHelper.GenerateRandomPassword(10));
|
saveItem.Password = MD5Helper.Md5("123456");
|
||||||
|
|
||||||
await _userRepository.AddAsync(saveItem);
|
await _userRepository.AddAsync(saveItem);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue