diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-18 17:52:38 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-18 17:52:38 +0300 |
commit | 468d472d2b703c3f2ffa691c7afc65cae31ee25a (patch) | |
tree | b63d71c65f37d1caddf08ee3bf352a63ef061cb3 | |
parent | 3371a45884b5d80ff4e8178ea921fe6f6c8d174d (diff) | |
download | pleroma-468d472d2b703c3f2ffa691c7afc65cae31ee25a.tar.gz |
[#114] Added info on `account_activation_required` setting to config readme.
-rw-r--r-- | config/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
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: |