I have authentication and authorisation working fine in my php/symfony2 project. Now I am trying to add recaptcha on the user creation and login. I have it working on the user creation, but the login posts to login_check and ignores the captcha. How can I add the captcha validation on login? Thanks
Here is a bundle that will generate a captcha for you.