Migrate to djblets.recaptcha for reCAPTCHA
Review Request #7938 — Created Feb. 1, 2016 and submitted
This patch migrates Review Board to use the
djblets.recaptcha
app for
handling the reCAPTCHA API version 2. Therecaptcha-client
library we
were using only supported API version 1, so we have dropped it as a
dependency.
- Tested that registration worked with reCAPTCHA enabled.
- Tested that reCAPTCHA can be disabled.
Description | From | Last Updated |
---|---|---|
'django_reset' imported but unused |
reviewbot | |
'from settings_local import *' used; unable to detect undefined names |
reviewbot | |
'PIPELINE_CSS' imported but unused |
reviewbot | |
'PIPELINE_JS' imported but unused |
reviewbot | |
Does this need to happen at the top of the page or can we use scripts-post? |
david | |
'django_reset' imported but unused |
reviewbot | |
'from settings_local import *' used; unable to detect undefined names |
reviewbot | |
'PIPELINE_CSS' imported but unused |
reviewbot | |
'PIPELINE_JS' imported but unused |
reviewbot |
-
Tool: Pyflakes Processed Files: reviewboard/admin/siteconfig.py reviewboard/accounts/forms/auth.py reviewboard/accounts/forms/registration.py reviewboard/settings.py setup.py Ignored Files: reviewboard/templates/accounts/register.html reviewboard/static/rb/css/common.less Tool: PEP8 Style Checker Processed Files: reviewboard/admin/siteconfig.py reviewboard/accounts/forms/auth.py reviewboard/accounts/forms/registration.py reviewboard/settings.py setup.py Ignored Files: reviewboard/templates/accounts/register.html reviewboard/static/rb/css/common.less
-
-
-
-