recaptchav2 icon indicating copy to clipboard operation
recaptchav2 copied to clipboard

Support for hCaptcha

Open lonn-u opened this issue 2 years ago • 0 comments

hCaptcha is a great alternative to Google for captcha. Adding hCaptcha support isn't difficult. I've done it by manually changing the SITE_VERIFY_URL constant to 'https://hcaptcha.com/siteverify' and editing the recaptchav2_html chunk to update the div class and javascript source.

If the SITE_VERIFY_URL, div class, and javascript src could be pulled from the system settings, this would make it easier to deploy.

lonn-u avatar Apr 28 '22 23:04 lonn-u