Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easiest way to integrate captcha's into Symfony2 FOSUserBundle registration?

I'm using Symfony2 and the FOSUserBundle to manage registration and logins. I'd like to add a captcha system. Is there are pre-existing bundle or tutorial on this?

Of course, I could try to roll my own using Google re-captcha. In that case, is Google reCaptcha a good choice, or should I use some other API?

like image 564
Arcymag Avatar asked Nov 05 '12 18:11

Arcymag


1 Answers

There are indeed a bundles for that, take a look at:

CaptchaBundle

Or

EWZRecaptchaBundle

Both got (most likely) all the documentation you need added in the README.md file or extended documentation.

like image 144
Mats Rietdijk Avatar answered Sep 19 '22 18:09

Mats Rietdijk