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

add hCaptcha field #178

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

add hCaptcha field #178

wants to merge 2 commits into from

Conversation

nikosch86
Copy link

Based on the reCaptcha plugin @greezybacon made a while back.
hCaptcha is what Cloudflare has moved to since they finally understood the privacy concerns with using a Google Service for captchas.
They produced a nice article about it and the motivations behind it:
https://blog.cloudflare.com/moving-from-recaptcha-to-hcaptcha/

Another benefit over reCaptcha is that you can actually earn money by letting your customers do "human aided image recognition and classification"

Tested with osTicket v1.12.x

Since the workflow is almost identical to reCaptcha, the configuration and implementation stays the same.
First, configure Site Key and Secret Key
image

Add the field, set type and set mandatory
image

It supports a light and a dark theme and two sizes
image

This is how it looks, it selects the localized version based on the osTicket language for the user
image

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

Successfully merging this pull request may close these issues.

1 participant