-
Notifications
You must be signed in to change notification settings - Fork 964
config properties privacy
GitHub Action edited this page Sep 2, 2025
·
7 revisions
v2.1.2
object
(privacy)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
show_account_existence_hints | boolean |
Optional | cannot be null | Config |
only_show_actual_login_methods | boolean |
Optional | cannot be null | Config |
show_account_existence_hints
determines whether the user should get a user-friendly response rather than a privacy protecting one. E.g. on sign-up, when enabled the user will get "user already exists" response.
It only has an effect when emails are enabled.
show_account_existence_hints
-
is optional
-
cannot be null
boolean
The default value is:
false
only_show_actual_login_methods
determines whether the user will only be prompted with his configured login methods.
It only has an effect when emails are enabled, can be used for authentication and passwords are enabled.
only_show_actual_login_methods
-
is optional
-
cannot be null
boolean
The default value is:
false