From 23ff8d36199c0cddb5bae4a5010cb71f861eeef8 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 29 Dec 2015 09:59:46 +0100 Subject: Add custom email for 2FA Related #1490 --- app/config/config.yml | 1 + app/config/parameters.yml.dist | 3 ++- app/config/tests/parameters.yml.dist.mysql | 1 + app/config/tests/parameters.yml.dist.pgsql | 1 + app/config/tests/parameters.yml.dist.sqlite | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/config.yml b/app/config/config.yml index f2538c90..8403a458 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -198,6 +198,7 @@ scheb_two_factor: sender_email: %twofactor_sender% digits: 6 template: WallabagUserBundle:Authentication:form.html.twig + mailer: wallabag_user.auth_code_mailer kphoen_rulerz: executors: diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index b475d637..149179c2 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -52,10 +52,11 @@ parameters: export_mobi: true export_pdf: true wallabag_url: http://v2.wallabag.org + wallabag_support_url: 'https://www.wallabag.org/pages/support.html' # default user config items_on_page: 12 theme: material - language: en_US + language: en from_email: no-reply@wallabag.org rss_limit: 50 diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 5b29690c..096ad8c7 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -52,6 +52,7 @@ parameters: export_mobi: true export_pdf: true wallabag_url: http://v2.wallabag.org + wallabag_support_url: 'https://www.wallabag.org/pages/support.html' # default user config items_on_page: 12 diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index efdac961..ca3f6ea2 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -52,6 +52,7 @@ parameters: export_mobi: true export_pdf: true wallabag_url: http://v2.wallabag.org + wallabag_support_url: 'https://www.wallabag.org/pages/support.html' # default user config items_on_page: 12 diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 276d1147..92460bcf 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -52,6 +52,7 @@ parameters: export_mobi: true export_pdf: true wallabag_url: http://v2.wallabag.org + wallabag_support_url: 'https://www.wallabag.org/pages/support.html' # default user config items_on_page: 12 -- cgit v1.2.3