-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 doesn't work #7870
Comments
Same on 1.9.2, FreeBSD 11.3, MySQL. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
This issue hasn't fixed in 1.10.0. |
Ok, unfortunately the logs you provided didn't give us any helpful information. Which means that it's likely communicating correctly. Ensure that you have a correct sitekey and secret, and that your URL to recaptcha is correct. Does Google recaptcha give you any information about what is happening? There's very little logging in the code - we could add some more. Are you able to build Gitea? If so I could point you in the direction of where to add logging statements. |
I made sure of my settings and they are correct. |
I have same problem with So, I have modified the source code for Recaptcha by adding the following:
First appears in console 0, which means the function was executed, then appears 3. EDIT: I also added this line The problem is that /recaptcha/ is missing whether RECAPTCHA_URL is set or not. I guess because of the use of the util.URLJoin. Unfortunately I do not know how to fix the problem because I'm not familiar with GO, but I hope that what I have managed to find is helpful. |
apiURL is incorrect. Its correct URL is |
[x]
):daemon.log: https://gist.github.com/mzch/e0fb7674cf26d38ce4073d19b4670266
Description
Using ReCaptcha, gitea shows captcha_incorrect
...
Screenshots
The text was updated successfully, but these errors were encountered: