mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 16:35:27 +00:00
Fix from_email & fos_user
This commit is contained in:
parent
a74a6ca2b1
commit
48e3007b7f
6 changed files with 14 additions and 1 deletions
|
@ -40,3 +40,5 @@ parameters:
|
||||||
# two factor stuff
|
# two factor stuff
|
||||||
twofactor_auth: true
|
twofactor_auth: true
|
||||||
twofactor_sender: no-reply@wallabag.org
|
twofactor_sender: no-reply@wallabag.org
|
||||||
|
|
||||||
|
from_email: no-reply@wallabag.org
|
||||||
|
|
|
@ -30,3 +30,5 @@ parameters:
|
||||||
# two factor stuff
|
# two factor stuff
|
||||||
twofactor_auth: true
|
twofactor_auth: true
|
||||||
twofactor_sender: no-reply@wallabag.org
|
twofactor_sender: no-reply@wallabag.org
|
||||||
|
|
||||||
|
from_email: no-reply@wallabag.org
|
||||||
|
|
|
@ -30,3 +30,5 @@ parameters:
|
||||||
# two factor stuff
|
# two factor stuff
|
||||||
twofactor_auth: true
|
twofactor_auth: true
|
||||||
twofactor_sender: no-reply@wallabag.org
|
twofactor_sender: no-reply@wallabag.org
|
||||||
|
|
||||||
|
from_email: no-reply@wallabag.org
|
||||||
|
|
|
@ -30,3 +30,5 @@ parameters:
|
||||||
# two factor stuff
|
# two factor stuff
|
||||||
twofactor_auth: true
|
twofactor_auth: true
|
||||||
twofactor_sender: no-reply@wallabag.org
|
twofactor_sender: no-reply@wallabag.org
|
||||||
|
|
||||||
|
from_email: no-reply@wallabag.org
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
"pagerfanta/pagerfanta": "~1.0.3",
|
"pagerfanta/pagerfanta": "~1.0.3",
|
||||||
"lexik/form-filter-bundle": "~5.0",
|
"lexik/form-filter-bundle": "~5.0",
|
||||||
"j0k3r/graby": "~1.0",
|
"j0k3r/graby": "~1.0",
|
||||||
"friendsofsymfony/user-bundle": "dev-master",
|
"friendsofsymfony/user-bundle": "~2.0@dev",
|
||||||
"friendsofsymfony/oauth-server-bundle": "^1.5",
|
"friendsofsymfony/oauth-server-bundle": "^1.5",
|
||||||
"stof/doctrine-extensions-bundle": "^1.2@dev",
|
"stof/doctrine-extensions-bundle": "^1.2@dev",
|
||||||
"scheb/two-factor-bundle": "~2.0",
|
"scheb/two-factor-bundle": "~2.0",
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
services:
|
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:
|
wallabag_user.auth_code_mailer:
|
||||||
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
|
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Reference in a new issue