forked from wallabag/wallabag
Move to Symfony Flex
The structure changed completely. Bundles are gone. Everything is flatten in the folder `src`. I separated import & api controllers to avoid _pollution_ in the main controller folder.
This commit is contained in:
12
config/packages/fos_user.yaml
Normal file
12
config/packages/fos_user.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
fos_user:
|
||||
db_driver: orm
|
||||
firewall_name: secured_area
|
||||
user_class: App\Entity\User
|
||||
registration:
|
||||
confirmation:
|
||||
enabled: '%env(bool:FOSUSER_CONFIRMATION)%'
|
||||
from_email:
|
||||
address: '%env(FROM_EMAIL)%'
|
||||
sender_name: wallabag
|
||||
service:
|
||||
mailer: App\Mailer\UserMailer
|
||||
Reference in New Issue
Block a user