Added support for banning common passwords.

This commit is contained in:
Ylian Saint-Hilaire
2020-08-16 13:44:54 -07:00
parent 23e3293aa6
commit 29a0392df3
5 changed files with 36 additions and 11 deletions

View File

@@ -136,7 +136,9 @@
"nonalpha": 1,
"reset": 90,
"force2factor": true,
"skip2factor": "127.0.0.1,192.168.2.0/24"
"skip2factor": "127.0.0.1,192.168.2.0/24",
"oldPasswordBan": 5,
"banCommonPasswords": false
},
"_agentInviteCodes": true,
"_agentNoProxy": true,