From 18ec744550d697be745901be289f281e7efa7aba Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 9 Apr 2019 17:52:54 +0200 Subject: [PATCH] Add registration config information Some people might want to change the registration to false, for instance after creating their (single user instance) account. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 137a97f5..b71d6e9c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ After being first registered, you need to execute the folloing command to promot and respond yes to the question ` Add admin privileges to this user?` +### Allow/Close registration + +Registrations are open by default. +To change that setting, edit `/var/www/pixelfed/.env` and set `OPEN_REGISTRATION=false` instead of `true`. + ## Documentation * [Official documentation](https://docs.pixelfed.org/master/)