Install.md update for user registration
This commit is contained in:
parent
072039f5d8
commit
eb28ccc04e
1 changed files with 8 additions and 0 deletions
|
@ -139,6 +139,14 @@ Run.
|
||||||
|
|
||||||
$ stack exec vervis
|
$ 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
|
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
|
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
|
missing in the filesystem. You can ask Vervis to generate missing files, and
|
||||||
|
|
Loading…
Reference in a new issue