Merge branch 'Test_HIR_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_HIR_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
a50f82c42a
|
@ -446,8 +446,9 @@ namespace IRaCIS.Core.Application.Service
|
|||
// saveItem.OrganizationName = organizationName;
|
||||
//}
|
||||
|
||||
// IRCEmailPasswordHelper.GenerateRandomPassword(10)
|
||||
|
||||
saveItem.Password = MD5Helper.Md5(IRCEmailPasswordHelper.GenerateRandomPassword(10));
|
||||
saveItem.Password = MD5Helper.Md5("123456");
|
||||
|
||||
await _userRepository.AddAsync(saveItem);
|
||||
|
||||
|
|
Loading…
Reference in New Issue