]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php
Add custom email for 2FA
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 29 Dec 2015 08:59:46 +0000 (09:59 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 29 Dec 2015 10:17:06 +0000 (11:17 +0100)
commit23ff8d36199c0cddb5bae4a5010cb71f861eeef8
tree0da3a5941c85f80408e49db63ecd3b3ba5347a40
parentc997cfcc9c161241a6398b0942a1a869688d807a
Add custom email for 2FA

Related #1490
16 files changed:
app/config/config.yml
app/config/parameters.yml.dist
app/config/tests/parameters.yml.dist.mysql
app/config/tests/parameters.yml.dist.pgsql
app/config/tests/parameters.yml.dist.sqlite
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
src/Wallabag/UserBundle/DependencyInjection/Configuration.php [new file with mode: 0644]
src/Wallabag/UserBundle/DependencyInjection/WallabagUserExtension.php [new file with mode: 0644]
src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/config/services.yml
src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/translations/wallabag_user.fr.yml [new file with mode: 0644]
src/Wallabag/UserBundle/Tests/Mailer/AuthCodeMailerTest.php [new file with mode: 0644]