From 1e90eceefceef5ea5c637785235bc587cf41e4c9 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期四, 21 十月 2021 09:40:50 +0800
Subject: [PATCH] 模块:api接口 修改:发送实验室负责人改为实验室下课题组下的所有实验室负责人 提:秦老师

---
 src/main/webapp/WEB-INF/spring-shiro.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/WEB-INF/spring-shiro.xml b/src/main/webapp/WEB-INF/spring-shiro.xml
index 357bd34..03420b4 100644
--- a/src/main/webapp/WEB-INF/spring-shiro.xml
+++ b/src/main/webapp/WEB-INF/spring-shiro.xml
@@ -117,7 +117,7 @@
     <!-- 密码错误5次锁定5min -->
     <bean id="credentialsMatcher" class="com.nanometer.smartlab.realm.RetryLimitCredentialsMatcher">
         <constructor-arg ref="shiroSpringCacheManager"/>
-        <property name="retryLimitCacheName" value="fivMin"/>
+        <property name="retryLimitCacheName" value="oneMin"/>
         <!-- 密码加密 1次md5,增强密码可修改此处 -->
         <property name="hashAlgorithmName" value="MD5"/>
         <property name="storedCredentialsHexEncoded" value="true"/>

--
Gitblit v1.9.2