|
|
@@ -558,7 +558,7 @@ namespace Learun.Application.Web.Controllers |
|
|
|
return Success(new { pwd = true }); |
|
|
|
} |
|
|
|
//每月1号强制用户修改密码 |
|
|
|
if (DateTime.Now.Day == 1 && up == "false") |
|
|
|
if (DateTime.Now.Day == 1 && up == "false"&&teachSwitchIBLL.FindFirst("modifypwdfirstday")) |
|
|
|
{ |
|
|
|
return Success(new { pwd = true }); |
|
|
|
} |
|
|
|