php symfony2 login_check captcha

Go To StackoverFlow.com

1

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

2012-04-03 21:29
by user1311463
really? You're going to annoy your users every time you want them to log in by adding a captcha. You've already used it for registration isn't that good enough - thenetimp 2012-07-04 19:04


1

Here is a bundle that will generate a captcha for you.

2013-09-16 07:06
by Edmund Beinarovic
Ads