From eb28ccc04ed659e1d8d9bb9f9693a1d2dcbda9ba Mon Sep 17 00:00:00 2001 From: Jason Harrer Date: Tue, 23 Jul 2019 20:36:50 +0000 Subject: [PATCH] Install.md update for user registration --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 6e3c102..3ca77da 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -139,6 +139,14 @@ Run. $ stack exec vervis +By default, Vervis is configured with User Registration disabled. This is to +prevent any automatic spambot registration for bots that may be monitoring the +Federated Network. In order to enable user registration on your instance, +change "registration: false" to "registration: "true" in the config/ +settings.yml file. Also, the maximum # of accounts is limited to 3. You +can increase/decrease this setting to change the maximum. If you do not wish +to have a limit, you can comment out this line entirely. + When you update Vervis to a newer version, it's possible the software now uses some new key files, and Vervis will raise an error about those key files missing in the filesystem. You can ask Vervis to generate missing files, and