Fix from_email & fos_user

This commit is contained in:
Jeremy Benoist 2016-01-31 15:12:18 +01:00
parent a74a6ca2b1
commit 48e3007b7f
6 changed files with 14 additions and 1 deletions

View file

@ -40,3 +40,5 @@ parameters:
# two factor stuff
twofactor_auth: true
twofactor_sender: no-reply@wallabag.org
from_email: no-reply@wallabag.org

View file

@ -30,3 +30,5 @@ parameters:
# two factor stuff
twofactor_auth: true
twofactor_sender: no-reply@wallabag.org
from_email: no-reply@wallabag.org

View file

@ -30,3 +30,5 @@ parameters:
# two factor stuff
twofactor_auth: true
twofactor_sender: no-reply@wallabag.org
from_email: no-reply@wallabag.org

View file

@ -30,3 +30,5 @@ parameters:
# two factor stuff
twofactor_auth: true
twofactor_sender: no-reply@wallabag.org
from_email: no-reply@wallabag.org

View file

@ -54,7 +54,7 @@
"pagerfanta/pagerfanta": "~1.0.3",
"lexik/form-filter-bundle": "~5.0",
"j0k3r/graby": "~1.0",
"friendsofsymfony/user-bundle": "dev-master",
"friendsofsymfony/user-bundle": "~2.0@dev",
"friendsofsymfony/oauth-server-bundle": "^1.5",
"stof/doctrine-extensions-bundle": "^1.2@dev",
"scheb/two-factor-bundle": "~2.0",

View file

@ -1,4 +1,9 @@
services:
# might be fixed in the symfony release
# https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2048
fos_user.doctrine_registry:
alias: doctrine
wallabag_user.auth_code_mailer:
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
arguments: