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:
parent
79efca1e6f
commit
de3d716ae4
7 changed files with 54 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue