Commit a9a3a240 authored by 董建华's avatar 董建华

密码锁定时间30分钟

parent 9213a603
...@@ -156,7 +156,7 @@ public interface Constants { ...@@ -156,7 +156,7 @@ public interface Constants {
/** /**
* 账号密码错误锁定时间 30分钟 * 账号密码错误锁定时间 30分钟
*/ */
Long PASSWORD_ERROR_LOCK_TIME = 5L; Long PASSWORD_ERROR_LOCK_TIME = 30L;
/** /**
* 密码错误次数过多锁定key前缀 * 密码错误次数过多锁定key前缀
*/ */
......
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