EoHoneypotBundle
EoHoneypotBundle copied to clipboard
Honeypot type for Symfony forms
In order to complicate automated mass-submissions of forms, one possible solution would be to include a hidden field in the form that includes a timestamp, plus a second field that...
I am under the impression that if the submitted form does not contain the `honeypot` field at all, it is accepted as well. Would it make sense to make this...
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...
Using the `class HoneypotPrey extends BaseHoneypotPrey` configuration as shown in the example, I was getting this error when running `app/console doctrine:schema:update --dump-sql`: ``` [Doctrine\ORM\Mapping\MappingException] Duplicate definition of column 'id' on...
Right now PR's can only be send to the master branch. Maybe it would be a good idea to have PR's send to the develop branch and be merged from...