You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/qwc-db-auth.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,14 @@
123
123
"totp_issuer_name": {
124
124
"description": "Issuer name for QR code URI. Default: 'QWC Services'",
125
125
"type": "string"
126
+
},
127
+
"ip_blacklist_duration": {
128
+
"description": "How many seconds an IP will remain in the blacklist. See also ip_blacklist_max_attempt_count. Default: 300",
129
+
"type": "integer"
130
+
},
131
+
"ip_blacklist_max_attempt_count": {
132
+
"description": "After how many failed login attempts an IP will be blacklisted. Should be less than max_login_attempts. See also ip_blacklist_duration. Default: 10",
0 commit comments