summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-07-30 08:52:13 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-07-30 08:52:13 +0300
commitcff7bb5cd4b9e564e94a7e7f4e11c6f9ebf5bc36 (patch)
tree021c25a91263cfd9e67ad017bacf3cba41699c3b /config/description.exs
parentcd2423d7f5c082d49fb429708bb8476342b35136 (diff)
parenta6d3bb5f30697cafc5dd9acf490bde7e2f33f5f8 (diff)
downloadpleroma-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.exs13
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"