修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2025-04-23 10:03:24 +08:00
parent f157a0f473
commit c115e9453b
1 changed files with 1 additions and 0 deletions

View File

@ -990,6 +990,7 @@ namespace IRaCIS.Core.Application.Service
}); });
//超过90天没修改密码 //超过90天没修改密码
if (loginUser!= null&&_verifyConfig.CurrentValue.IsNeedChangePassWord && loginUser.LastChangePassWordTime != null && DateTime.Now.AddDays(-_verifyConfig.CurrentValue.ChangePassWordDays) > loginUser.LastChangePassWordTime.Value) if (loginUser!= null&&_verifyConfig.CurrentValue.IsNeedChangePassWord && loginUser.LastChangePassWordTime != null && DateTime.Now.AddDays(-_verifyConfig.CurrentValue.ChangePassWordDays) > loginUser.LastChangePassWordTime.Value)
{ {
loginUser.NeedChangePassWord = true; loginUser.NeedChangePassWord = true;