diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-29 13:01:16 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-29 13:01:16 -0500 |
commit | 702f0fb822d40f0e004df1cdf3d9c2079ddc98e5 (patch) | |
tree | 0dd822004be00402b84a9537506b9de3fd0bf5b6 /config/description.exs | |
parent | 93638935d783c092dabac51982426ebd98a21e0e (diff) | |
parent | a6d3bb5f30697cafc5dd9acf490bde7e2f33f5f8 (diff) | |
download | pleroma-702f0fb822d40f0e004df1cdf3d9c2079ddc98e5.tar.gz |
Merge remote-tracking branch 'upstream/develop' into mrf-silence
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 dc6e2a76e..99cbc04db 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" |