Fosuserbundle: Ovveride login form in symfony 4

Created on 12 Apr 2018  路  2Comments  路  Source: FriendsOfSymfony/FOSUserBundle

Hello,

How can I ovveride the login view with symfony. The document is not up to date . Symfony 4 is totally different.

Best regards

Most helpful comment

Take a look on this guide: https://symfony.com/doc/current/templating/overriding.html

You can override the login form with this file: templates/bundles/FOSUserBundle/Security/login_content.html.twig

All 2 comments

Take a look on this guide: https://symfony.com/doc/current/templating/overriding.html

You can override the login form with this file: templates/bundles/FOSUserBundle/Security/login_content.html.twig

Thank for your help

Was this page helpful?
0 / 5 - 0 ratings