mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-06 05:52:23 +00:00
Merge pull request #1625 from wallabag/v2-fix-1621
[#1621] Add default address for FosUser
This commit is contained in:
commit
95780f5abe
1 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,9 @@ fos_user:
|
||||||
registration:
|
registration:
|
||||||
confirmation:
|
confirmation:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
from_email:
|
||||||
|
address: %from_email%
|
||||||
|
sender_name: wallabag
|
||||||
fos_oauth_server:
|
fos_oauth_server:
|
||||||
db_driver: orm
|
db_driver: orm
|
||||||
client_class: Wallabag\ApiBundle\Entity\Client
|
client_class: Wallabag\ApiBundle\Entity\Client
|
||||||
|
|
Loading…
Reference in a new issue