django-recaptcha icon indicating copy to clipboard operation
django-recaptcha copied to clipboard

Django reCAPTCHA form field/widget integration app.

Results 57 django-recaptcha issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.38.0) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/psf/black: 22.3.0 → 22.8.0](https://github.com/psf/black/compare/22.3.0...22.8.0)

**Is your feature request related to a problem? Please describe.** I see that there is an environment variable `RECAPTCHA_TESTING` which gets used by captcha/fields.py It would be nice to have...

enhancement

The problem is that when ```RECAPTCHA_PUBLIC_KEY``` and ```RECAPTCHA_PRIVATE_KEY``` are removed, as well as when ```SILENCED_SYSTEM_CHECKS = ['captcha.recaptcha_test_key_error']``` is set, the ```captcha.fields.ReCaptchaField``` generates an error "This field is required". # Code...

bug
status: needs review

Hi I'am Iranian and "fa" is my native language I want to improve languages for this package, So : language : fa msgid "Error verifying reCAPTCHA, please try again." msgstr...

enhancement

Hi , It's not a bug but a recommendation It's better to remove type="text/javascript" from all JavaScript tags in (js_v2_checkbox.html, js_v2_invisible.html, js_v3.html ) Because it's unnecessary Thanks

bug

Replaces #214

enhancement
status: needs review

![](https://user-images.githubusercontent.com/57991009/172041835-048fb2a3-0417-4c77-be57-9d7bebb74b91.png) I think when we use ReCaptchaV3, there should't a label to show where the captcha is. Is it a bug? Or is there a reason that we should still...

enhancement

I along with other users (according to the stackoverflow link) am having trouble overriding the templates located in: https://github.com/praekelt/django-recaptcha/tree/develop/captcha/templates/captcha In particular, I want to override widget_v3.html and js_v3.html. https://stackoverflow.com/questions/60924414/how-to-override-external-app-template-in-django This...

status: needs review

When using a CSP which disallows inline JavaScript the RecaptchaField breaks. Disallowing inline JavaScript is IMHO the most important thing that you want to disable with CSP. Would it be...

django
enhancement
help wanted
recaptcha