I need to change the confirmation email template in FOSUserBundle. I have these settings, but this does not work:
fos_user: db_driver: orm firewall_name: main user_class: Acme\UserBundle\Entity\User registration: confirmation: enabled: true email: template: AcmeUserBundle:User:confirm.email.twig
Error:
Unrecognized options "email" under "fos_user.registration"
source share