diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 08:52:13 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 08:52:13 +0300 |
| commit | cff7bb5cd4b9e564e94a7e7f4e11c6f9ebf5bc36 (patch) | |
| tree | 021c25a91263cfd9e67ad017bacf3cba41699c3b /config/description.exs | |
| parent | cd2423d7f5c082d49fb429708bb8476342b35136 (diff) | |
| parent | a6d3bb5f30697cafc5dd9acf490bde7e2f33f5f8 (diff) | |
| download | pleroma-cff7bb5cd4b9e564e94a7e7f4e11c6f9ebf5bc36.tar.gz pleroma-cff7bb5cd4b9e564e94a7e7f4e11c6f9ebf5bc36.zip | |
Merge branch 'develop' into issue/1933-update-dependency
Diffstat (limited to 'config/description.exs')
| -rw-r--r-- | config/description.exs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 91261c1e1..30a503696 100644 --- a/config/description.exs +++ b/config/description.exs @@ -662,6 +662,11 @@ config :pleroma, :config_description, [ description: "Require users to confirm their emails before signing in" }, %{ + key: :account_approval_required, + type: :boolean, + description: "Require users to be manually approved by an admin before signing in" + }, + %{ key: :federating, type: :boolean, description: "Enable federation with other instances" @@ -875,6 +880,14 @@ config :pleroma, :config_description, [ ] }, %{ + key: :registration_reason_length, + type: :integer, + description: "Maximum registration reason length. Default: 500.", + suggestions: [ + 500 + ] + }, + %{ key: :external_user_synchronization, type: :boolean, description: "Enabling following/followers counters synchronization for external users" |
