mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added 2FA timeout on login screen, default is 5 minutes.
This commit is contained in:
parent
552520cdc0
commit
21aabc676d
6 changed files with 27 additions and 3 deletions
|
@ -196,7 +196,8 @@
|
|||
"force2factor": true,
|
||||
"skip2factor": "127.0.0.1,192.168.2.0/24",
|
||||
"oldPasswordBan": 5,
|
||||
"banCommonPasswords": false
|
||||
"banCommonPasswords": false,
|
||||
"twoFactorTimeout": 300
|
||||
},
|
||||
"_twoFactorCookieDurationDays": 30,
|
||||
"_agentInviteCodes": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue