1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Add custom email for 2FA

Related #1490
This commit is contained in:
Jeremy Benoist 2015-12-29 09:59:46 +01:00
parent c997cfcc9c
commit 23ff8d3619
16 changed files with 266 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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