env variable to disable user registration

This commit is contained in:
Marvin Steadfast
2016-11-02 11:49:53 +01:00
parent 310d55bdea
commit c2052c2681
3 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,7 @@ Default login is `wallabag:wallabag`.
- `-e SYMFONY__ENV__MAILER_USER=...` (defaults to "~", the SMTP user)
- `-e SYMFONY__ENV__MAILER_PASSWORD=...`(defaults to "~", the SMTP password)
- `-e SYMFONY__ENV__FROM_EMAIL=...`(defaults to "wallabag@example.com", the address wallabag uses for outgoing emails)
- `-e SYMFONY__ENV__=FOSUSER_REGISTRATION...`(defaults to "true", enable or disable public user registration)
## SQLite