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

App.yml settings #130

Closed
cleardex opened this issue Mar 28, 2020 · 1 comment
Closed

App.yml settings #130

cleardex opened this issue Mar 28, 2020 · 1 comment

Comments

@cleardex
Copy link

Hello, I understand that there are three settings for recaptcha. None (default), Google and Geetest.

However, upon trying to change this setting from none, and rendering, the frontend seems to break completely.

What is the hardtype configuration one needs to use?

e.g.
recaptcha:
type: "none"
siteKey: "changeme"
secretKey: "changeme"

recaptcha:
type: "google"
siteKey: "changeme"
secretKey: "changeme"

recaptcha:
type: "geetest"
siteKey: "changeme"
secretKey: "changeme"

Thanks

@cleardex
Copy link
Author

Figured it out, the following is the correct way:

For none:
recaptcha:
type: "none"
siteKey: "changeme"
secretKey: "changeme"

For Google
recaptcha:
type: "recaptcha"
siteKey: "changeme"
secretKey: "changeme"

For Geetest
recaptcha:
type: "geetest"
siteKey: "changeme"
secretKey: "changeme"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant