mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-21 10:09:33 +00:00
perf: 不活跃了用户默认90天检测一下 (#11790)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
parent
70f0f55ddb
commit
0d101bc5ad
@ -497,7 +497,7 @@ class Config(dict):
|
||||
'SECURITY_LUNA_REMEMBER_AUTH': True,
|
||||
'SECURITY_WATERMARK_ENABLED': True,
|
||||
'SECURITY_MFA_VERIFY_TTL': 3600,
|
||||
'SECURITY_UNCOMMON_USERS_TTL': 30,
|
||||
'SECURITY_UNCOMMON_USERS_TTL': 90,
|
||||
'VERIFY_CODE_TTL': 60,
|
||||
'SECURITY_SESSION_SHARE': True,
|
||||
'SECURITY_CHECK_DIFFERENT_CITY_LOGIN': True,
|
||||
|
Loading…
Reference in New Issue
Block a user