X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=30a503696c2271a14738316d837e2f56a38610a6;hb=d9bf2c58df0a828901ab7cc66c5fd35d58a485ec;hp=91261c1e17e1228de1c1986b01bfe4771af410f4;hpb=d64c9763906f84c9cb8bcc778c790cfb5b78708b;p=akkoma diff --git a/config/description.exs b/config/description.exs index 91261c1e1..30a503696 100644 --- a/config/description.exs +++ b/config/description.exs @@ -661,6 +661,11 @@ config :pleroma, :config_description, [ type: :boolean, 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, @@ -874,6 +879,14 @@ config :pleroma, :config_description, [ 2048 ] }, + %{ + key: :registration_reason_length, + type: :integer, + description: "Maximum registration reason length. Default: 500.", + suggestions: [ + 500 + ] + }, %{ key: :external_user_synchronization, type: :boolean,