Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recaptcha form is not populated. #191

Closed
shivshankardayal opened this issue Jul 22, 2015 · 1 comment
Closed

Recaptcha form is not populated. #191

shivshankardayal opened this issue Jul 22, 2015 · 1 comment

Comments

@shivshankardayal
Copy link

I have config.py which has RECAPTCHA_PUBLIC_KEY in that configured properly. It used to work in past. Now I do not get recaptcha form populated with the following error in Firefox console.

Error: Missing required parameters in RecaptchaOptions: sitekey in Google's Javascript.

If I look at generated HTML then site-key is missing which should have been populated by following line widgets.py

<div class="g-recaptcha" data-sitekey="%(public_key)s"></div>
@lepture
Copy link
Contributor

lepture commented Jul 22, 2015

We are using the new reCaptcha now. #164

@davidism davidism closed this as completed Jul 3, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants