-
Notifications
You must be signed in to change notification settings - Fork 964
config properties account
GitHub Action edited this page Sep 2, 2025
·
21 revisions
v2.1.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
The default value is:
false
allow_signup
determines whether users are able to create new accounts.
allow_signup
-
is optional
-
cannot be null
boolean
The default value is:
true