Skip to content

config properties account

GitHub Action edited this page Sep 4, 2024 · 3 revisions

Version

v1.0.3

account Type

object (account)

account Properties

Property Type Required Nullable Defined by
allow_deletion boolean Optional cannot be null Config
allow_signup boolean Optional cannot be null Config

allow_deletion

allow_deletion determines whether users can delete their accounts.

allow_deletion

  • is optional

  • cannot be null

allow_deletion Type

boolean

allow_signup

allow_signup determines whether users are able to create new accounts.

allow_signup

  • is optional

  • cannot be null

allow_signup Type

boolean

allow_signup Default Value

The default value is:

true
Clone this wiki locally