-
Notifications
You must be signed in to change notification settings - Fork 895
config properties account
GitHub Action edited this page Oct 15, 2024
·
4 revisions
v1.1.0
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