1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Add option to disable registration

This commit is contained in:
Thomas Citharel 2016-07-02 14:35:52 +02:00 committed by Jeremy Benoist
parent 79efca1e6f
commit de3d716ae4
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
7 changed files with 54 additions and 1 deletions

View file

@ -50,6 +50,9 @@ wallabag_core:
rss_limit: 50
reading_speed: 1
wallabag_user:
registration_enabled: "%registration_enabled%"
wallabag_import:
allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']
resource_dir: "%kernel.root_dir%/../web/uploads/import"

View file

@ -34,6 +34,7 @@ parameters:
twofactor_sender: no-reply@wallabag.org
# fosuser stuff
fosuser_registration: true
fosuser_confirmation: true
from_email: no-reply@wallabag.org