django-recaptcha
django-recaptcha copied to clipboard
Django reCAPTCHA form field/widget integration app.
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)
Related: #288 #218 #215
**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...
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...
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...
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
 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...
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...
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...