Commit 11ac7725 by v_vjyjiang

d

parent 534192fe
...@@ -113,6 +113,8 @@ class UserCtl extends CtlBase { ...@@ -113,6 +113,8 @@ class UserCtl extends CtlBase {
await this.service.updateByWhere({ isEnabled: false }, { userName: pobj.userName }) await this.service.updateByWhere({ isEnabled: false }, { userName: pobj.userName })
msg = "登录超过4次失败,您的账户已被锁定,请联系管理员解锁." msg = "登录超过4次失败,您的账户已被锁定,请联系管理员解锁."
} }
} else {
await this.service.cacheManager["LoginTimesCache"].invalidate(pobj.userName)
} }
return system.getResult(rtn, msg); return system.getResult(rtn, msg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment