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

According to the documentation the following statement should work: ```php $builder->add('captcha', CaptchaType::class, array( 'charset' => '23456789', )); ``` But it has no effect. The ```'ignore_all_effects' => true``` option is also...

Follow-up to #126. 😏 Reason: Pointing to the filesystem's root is not valid. Note: This fix should probably target the 2.1 code branch which doesn't exist in the repo yet.

Follow-up to d6695865e7b88f356be64997b4b60773c2d63e21.

Version 2.1.6 and/or 2.1.7 breaks backwards compatiblity with Symfony 4.4.

I'd like renew_captcha button to chanege code&image to new one. But it just renews the same image as we can see on generated Javascript code: ` function reload_captcha_5a6b33132e1ff() { var...

Hi first thanks for your great bundle. I have an type error on my maschine: TypeError: mt_rand() expects parameter 2 to be integer, string given /var/www/html/vendor/gregwar/captcha-bundle/Generator/ImageFileHandler.php:74 $this->gcFreq is "100" instead...

Hi there, I installed successful this bundle, added the config file and route params, but after trying to get the image from the url I can see the image but...

Hi, I have a page with 2 forms and both has a captcha code. But the first captcha is always giving a bad code, the second captcha is working normal...

Hi, We have a Symfony 3 app that have a captcha on a page. It works on a developer's workstation, but not on mine. When the captcha should be generated,...