Change public registration to false by default

This commit is contained in:
Nicolas Lœuillet
2023-08-03 10:31:37 +02:00
parent c2bfc0f359
commit 5e4eae42a0
6 changed files with 6 additions and 2 deletions

View File

@ -10,3 +10,4 @@ parameters:
test_database_path: "%env(TEST_DATABASE_PATH)%"
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
test_database_charset: utf8
fosuser_registration: true