Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
The captcha was not completed correctly. Please try again.
jeongwee
✭✭
The captcha was not completed correctly. Please try again.
I dont know whats wrong the new member just cant register.
I did paste the Site key and Secret key to Public Key and Private Key
and paste the
script
to the head.
but the step 2 of step 1 i dont know where to paste it.
0
Comments
Hi,
Sorry I don't have an answer for your post, but I have the same problem, and would please like to hitchhike on this discussion.
I did paste the site and secret keys correctly.
But regarding:
Paste this snippet before the closing tag on your HTML template:
I don't know the path/filename of the file where the snippet is to be pasted. Can someone advise?
And also regarding:
Paste this snippet at the end of the
<
form> where you want the reCAPTCHA widget to appear:
I also don't know the path/filename of the file where this snippet is to be pasted. Can someone advise?
Re: Step 2: Server side integration
When your users submit the form where you integrated reCAPTCHA, you'll get as part of the payload a string with the name "g-recaptcha-response". In order to check whether Google has verified that user, send a POST request with these parameters:
URL: https://www.google.com/recaptcha/api/siteverify
secret (required) **************************************
response (required) The value of 'g-recaptcha-response'.
remoteip The end user's ip address.
Does something have to be done here, or is this an automatic action?
You don't need to edit any file directly, you enter the public (site) and private (secret) keys via the admin dashboard (at forum/dashboard/settings/registration).
yes, you don't need to edit the files directly first, you have to register.