enable bruteforce protection

This commit is contained in:
Willy Kloucek
2023-02-08 17:26:32 +01:00
parent 700f00fb27
commit 1029775635
@@ -36,7 +36,7 @@
"duplicateEmailsAllowed": false,
"resetPasswordAllowed": false,
"editUsernameAllowed": false,
"bruteForceProtected": false,
"bruteForceProtected": true,
"permanentLockout": false,
"maxFailureWaitSeconds": 900,
"minimumQuickLoginWaitSeconds": 60,