symfony2注册/检查电子邮件模板


symfony2 register/check-email template

注册后,我重定向到注册/检查电子邮件(checkEmail.html.trick)页面。此模板是供应商中的FOSUserBundle我如何用自己的模板覆盖它?也许我需要在我的包裹里找到smth?我刚开始学符号2我试着在config.yml中添加它,但它不能按我的需要工作:

registration:
    confirmation:
        template: default/confirm-email.html.twig
        enabled: true

我该怎么办?

覆盖默认FOSUserBundle模板

http://symfony.com/doc/current/bundles/FOSUserBundle/overriding_templates.html