CaptchaBundle icon indicating copy to clipboard operation
CaptchaBundle copied to clipboard

Symfony bundle implementing a "captcha" form type

Results 66 CaptchaBundle issues
Sort by recently updated
recently updated
newest added

I want to specify the validation group in which the capture must be validated. Usualy I do this via a constraint. How can I do this using the captcha?

There does not seem to be a way to have transparent background color. Shouldn't we be able to specify the alpha channel like this ? ```yml background_color: [255, 255, 255,...

can i Put captcha field and captcha renew link at the same row ?? And how can i change the term "renew" to an icon??

Hello, I am using this bundle and i have the issue summarized in the title. There is only one cacptcha in the page, it works in other browsers, but in...

Hello, I'm trying to generate the captcha by URL. It seems allways triggers error because the session never has the key and the flag isOK never changes to true. I...

Hello, I'm using the CaptchaBundle under symfony 2.8.1 and have installed it successfully. Actually, when I submit a form, I always receive Bad code value error. I'm using the default...

config.yml over default configuration

Expiration configuration not working to expire captcha. I want to expire captcha in 5 mins. For that I did like this, ->add( 'captcha', 'captcha', array( 'as_url' => true, 'reload' =>...