From 468d472d2b703c3f2ffa691c7afc65cae31ee25a Mon Sep 17 00:00:00 2001 From: Ivan Tashkinov Date: Tue, 18 Dec 2018 17:52:38 +0300 Subject: [PATCH] [#114] Added info on `account_activation_required` setting to config readme. --- config/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.md b/config/config.md index edabd6e0f..8f3f308df 100644 --- a/config/config.md +++ b/config/config.md @@ -69,6 +69,7 @@ config :pleroma, Pleroma.Mailer, * `banner_upload_limit`: File size limit of user’s profile banners * `registrations_open`: Enable registrations for anyone, invitations can be enabled when false. * `invites_enabled`: Enable user invitations for admins (depends on `registrations_open: false`). +* `account_activation_required`: Require users to confirm their emails before signing in. * `federating`: Enable federation with other instances * `allow_relay`: Enable Pleroma’s Relay, which makes it possible to follow a whole instance * `rewrite_policy`: Message Rewrite Policy, either one or a list. Here are the ones available by default: