Change public registration to false by default

This commit is contained in:
Nicolas Lœuillet
2023-08-03 10:32:07 +02:00
committed by Nicolas Lœuillet
parent 4f406f1f1f
commit 7810ca6255
2 changed files with 2 additions and 2 deletions

View File

@ -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