]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/UserBundle/Resources/config/services.yml
Fix from_email & fos_user
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / config / services.yml
CommitLineData
23ff8d36 1services:
48e3007b
JB
2 # might be fixed in the symfony release
3 # https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2048
4 fos_user.doctrine_registry:
5 alias: doctrine
6
23ff8d36
JB
7 wallabag_user.auth_code_mailer:
8 class: Wallabag\UserBundle\Mailer\AuthCodeMailer
9 arguments:
10 - "@mailer"
7ce895bf 11 - "@twig"
23ff8d36
JB
12 - "%scheb_two_factor.email.sender_email%"
13 - "%scheb_two_factor.email.sender_name%"
63e40f2d 14 - "@craue_config"
0f0e8eb8
JB
15
16 wallabag_user.password_resetting:
17 class: Wallabag\UserBundle\EventListener\PasswordResettingListener
18 arguments:
19 - "@router"
20 tags:
21 - { name: kernel.event_subscriber }