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

Test_HIR_Net8
he 2025-03-27 15:54:51 +08:00
commit a50f82c42a
1 changed files with 2 additions and 1 deletions

View File

@ -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);