1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Add registration config information

Some people might want to change the registration to false, for instance after creating their (single user instance) account.
This commit is contained in:
lapineige 2019-04-09 17:52:54 +02:00 committed by GitHub
parent 3c2a90d702
commit 18ec744550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?` 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 ## Documentation
* [Official documentation](https://docs.pixelfed.org/master/) * [Official documentation](https://docs.pixelfed.org/master/)