kongzy
2023-11-28 59d9ea33f503e363f2e2941c7c00cc9dd9d9d1c7
src/main/java/com/nanometer/smartlab/controller/LoginController.java
@@ -44,7 +44,7 @@
            FacesUtils.warn("用户名不存在");
            return null;
        }  catch (ExcessiveAttemptsException e) {
            FacesUtils.warn("登陆失败,密码连续输入错误超过5次,锁定5分钟!");
            FacesUtils.warn("登陆失败,密码连续输入错误超过8次,锁定1分钟!");
            return null;
        } catch (Exception e) {
            logger.error("登陆失败", e);