From 5ec3fc3d131f0fb3162c13d8c28aacdd66c2251e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 27 Mar 2025 14:48:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9B=E5=BB=BA=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E9=BB=98=E8=AE=A4=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Management/UserService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Management/UserService.cs b/IRaCIS.Core.Application/Service/Management/UserService.cs index dc32d4973..ef6451214 100644 --- a/IRaCIS.Core.Application/Service/Management/UserService.cs +++ b/IRaCIS.Core.Application/Service/Management/UserService.cs @@ -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);