mirror of
https://github.com/wallabag/docker.git
synced 2026-01-04 18:07:37 +01:00
Change public registration to false by default
This commit is contained in:
committed by
Nicolas Lœuillet
parent
4f406f1f1f
commit
7810ca6255
@ -23,7 +23,7 @@ parameters:
|
||||
twofactor_sender: ${SYMFONY__ENV__TWOFACTOR_SENDER:-no-reply@wallabag.org}
|
||||
|
||||
# fosuser stuff
|
||||
fosuser_registration: ${SYMFONY__ENV__FOSUSER_REGISTRATION:-true}
|
||||
fosuser_registration: ${SYMFONY__ENV__FOSUSER_REGISTRATION:-false}
|
||||
fosuser_confirmation: ${SYMFONY__ENV__FOSUSER_CONFIRMATION:-true}
|
||||
|
||||
# how long the access token should live in seconds for the API
|
||||
|
||||
Reference in New Issue
Block a user