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.mysql | 1 + app/config/tests/parameters.yml.dist.pgsql | 1 + app/config/tests/parameters.yml.dist.sqlite | 1 + 3 files changed, 3 insertions(+) (limited to 'app/config/tests') diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index dceb5dea..bc6c7844 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -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 diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index e07db610..2520fec0 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -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 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