Skip to content

Commit cd4aa60

Browse files
committed
Mention that force_password_change_first_login overrides force_password_change user setting
1 parent 3b547a0 commit cd4aa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/qwc-db-auth.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"type": "integer"
134134
},
135135
"force_password_change_first_login": {
136-
"description": "Whether to force users to change the password on first login. Default: `false`",
136+
"description": "Whether to force users to change the password on first login (regardless of user force_password_change setting). Default: `false`",
137137
"type": "boolean"
138138
}
139139
},

0 commit comments

Comments
 (0)