eymengunay / EoHoneypotBundle

Honeypot type for Symfony forms

Home Page:https://github.com/eymengunay/EoHoneypotBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this field type in the FOSUserBundle login form?

elvismdev opened this issue · comments

The login form in FOSUserBundle does not have a LoginFormType or equivalent, is just a form HTML markup added in a twig template which I can override: https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/views/Security/login_content.html.twig

I'm still not sure how to add the Eo\HoneypotBundle\Form\Type\HoneypotType field provided by this bundle under this scenario.

Can someone help to point me in the right direction?