-
Notifications
You must be signed in to change notification settings - Fork 937
config properties account
GitHub Action edited this page Jan 8, 2025
·
9 revisions
v1.3.2
object
(account)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
allow_deletion | boolean |
Optional | cannot be null | Config |
allow_signup | boolean |
Optional | cannot be null | Config |
allow_deletion
determines whether users can delete their accounts.
allow_deletion
-
is optional
-
cannot be null
boolean
allow_signup
determines whether users are able to create new accounts.
allow_signup
-
is optional
-
cannot be null
boolean
The default value is:
true