]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[#1621] Add default address for FosUser 1625/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 23 Jan 2016 13:30:56 +0000 (14:30 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 23 Jan 2016 13:30:56 +0000 (14:30 +0100)
app/config/config.yml

index 2326246911d61c3e51f238bba0151ed82b37afc5..5d9c7c55893a3c2e45d09040fb304d57690f37b0 100644 (file)
@@ -181,7 +181,9 @@ fos_user:
     registration:
         confirmation:
             enabled: true
-
+    from_email:
+        address:        %from_email%
+        sender_name:    wallabag
 fos_oauth_server:
     db_driver:           orm
     client_class:        Wallabag\ApiBundle\Entity\Client