Skip to content

config properties privacy

GitHub Action edited this page May 21, 2025 · 5 revisions

Version

v2.1.0

privacy Type

object (privacy)

privacy Properties

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

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

show_account_existence_hints Type

boolean

only_show_actual_login_methods

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

only_show_actual_login_methods Type

boolean

Clone this wiki locally