mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-02 10:57:10 +08:00
feat: 禁止密码过期用户访问业务接口
This commit is contained in:
@@ -190,6 +190,16 @@ cosid:
|
||||
machine-bit: 3
|
||||
sequence-bit: 9
|
||||
|
||||
--- ### 认证配置
|
||||
auth:
|
||||
## 密码配置
|
||||
password:
|
||||
excludes:
|
||||
- /auth/route
|
||||
- /auth/user/info
|
||||
- /auth/logout
|
||||
- /system/user/password
|
||||
|
||||
--- ### 服务器配置
|
||||
server:
|
||||
servlet:
|
||||
|
Reference in New Issue
Block a user