Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Blocked g-recaptcha-response field which is required #46

Open
bcooney opened this issue Dec 5, 2015 · 7 comments
Open

Blocked g-recaptcha-response field which is required #46

bcooney opened this issue Dec 5, 2015 · 7 comments

Comments

@bcooney
Copy link

bcooney commented Dec 5, 2015

This may be because I am in China, but the field for this doesn't appear. I can't imagine where it is, though, because the UI looks rather complete. If this is not because I'm a China user, then there is something wrong happening here -- requirement without field, can't complete registration.

Browser: Firefox 42
OS: OS X 10.10.5
timegrid environment: demo.timegrid.io
timegrid version: ?
Location: China

timegrid_io

##
@alariva
Copy link
Member

alariva commented Dec 5, 2015

Thanks for the report. Is this for the demo public site or for a local install?

@alariva alariva self-assigned this Dec 5, 2015
@alariva
Copy link
Member

alariva commented Dec 5, 2015

Ok, may be related to this, as you say, because of your location. Will look for a solution.

In the meanwhile, as a workaround, you can login and register using Github oAuth

@alariva alariva changed the title g-recaptcha-response field required, but does not show Dec 5, 2015
@bcooney
Copy link
Author

bcooney commented Dec 5, 2015

sorry for the slow reply. this was for the demo site, yes. i do think it's related to china, and will check on the workaround shortly. thanks!

@alariva
Copy link
Member

alariva commented Dec 5, 2015

Thank you for the response. If you have any idea on how to workaround this or which alternative can be used I'm open for suggestions.

@alariva alariva removed the bug label Jan 12, 2016
@alariva
Copy link
Member

alariva commented Nov 21, 2016

@tangod0wn
Copy link

I'm getting the same error. Only happend when I pushed to production not in a local environment.

@tangod0wn
Copy link

a work around is simple.

Make the captcha none required in auth controller.
// 'g-recaptcha-response' => 'required|captcha',

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.