修改创建账户默认密码
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-03-27 14:48:04 +08:00
parent 9bd080b566
commit 5ec3fc3d13
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);