From 3eb06f2891f4bd990751442d36f4e9cd6c025502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 4 Feb 2016 14:21:33 +0100 Subject: Fix #1622: parameter for FosUser confirmation --- app/config/tests/parameters.yml.dist.sqlite | 1 + 1 file changed, 1 insertion(+) (limited to 'app/config/tests/parameters.yml.dist.sqlite') diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 01589d28..253da5b7 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -30,5 +30,6 @@ parameters: # two factor stuff twofactor_auth: true twofactor_sender: no-reply@wallabag.org + fosuser_confirmation: true from_email: no-reply@wallabag.org -- cgit v1.2.3 From bc358c918005159afe3f7c350c0c0c29f4054e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 4 Feb 2016 16:06:05 +0100 Subject: CS --- app/config/tests/parameters.yml.dist.sqlite | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/config/tests/parameters.yml.dist.sqlite') diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 253da5b7..6564014a 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -30,6 +30,8 @@ parameters: # two factor stuff twofactor_auth: true twofactor_sender: no-reply@wallabag.org + + # fosuser stuff fosuser_confirmation: true from_email: no-reply@wallabag.org -- cgit v1.2.3