修改密码设置状态
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
hang 2026-07-02 14:42:30 +08:00
parent 2716b462b1
commit e848ee1972
1 changed files with 5 additions and 3 deletions

View File

@ -263,6 +263,8 @@ namespace IRaCIS.Core.Application.Service
IsFirstAdd = false,
IsNeedResetPwd = false,
EmailToken = String.Empty
}, true);
@ -449,9 +451,9 @@ namespace IRaCIS.Core.Application.Service
catch (Exception)
{
}
var find = await _identityUserRepository.FindAsync(identityUserId);
@ -1279,7 +1281,7 @@ namespace IRaCIS.Core.Application.Service
PermissionStr = t.UserTypeRole.PermissionStr,
UserName = t.IdentityUser.UserName,
UserTypeShortName = t.UserTypeRole.UserTypeShortName,
UserWorkLanguage=t.IdentityUser.UserWorkLanguage
UserWorkLanguage = t.IdentityUser.UserWorkLanguage
}).FirstOrDefaultAsync();
await _userLogRepository.AddAsync(new UserLog() { IP = _userInfo.IP, ActionIdentityUserId = userTokenInfo.IdentityUserId, ActionUserName = $"{userTokenInfo.UserName}", ActionUserType = userTokenInfo.UserTypeShortName, OptType = UserOptType.LoginSelectRole }, true);