Skip to content

Commit ae1a6ae

Browse files
committed
Fix incorrect default value in max_login_attempts description
1 parent 8deab49 commit ae1a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/qwc-db-auth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"type": "boolean"
110110
},
111111
"max_login_attempts": {
112-
"description": "Maximum login attempts before login is blocked. Default: false",
112+
"description": "Maximum login attempts before login is blocked. Default: 20",
113113
"type": "integer"
114114
},
115115
"totp_enabled": {

0 commit comments

Comments
 (0)