indico-plugins/cloud_captchas
Adrian Moennich 66ddab6f99 CloudCaptchas: Fix typo & remove obsolete TODO
The recaptcha-only bundle is just as big, so no need to add the extra
complexity of splitting bundles
2022-08-11 12:24:55 +02:00
..

Cloud CAPTCHAs Plugin

This plugin replaces the built-in CAPTCHA with Google's reCAPTCHA v2 or hCaptcha.

This plugin also serves as an example for developers who want to use a different CAPTCHA for their Indico instance.

screenshot

Setup

The plugin requires you to set the site key and secret key on the plugin settings page.

When using reCaptcha these keys can be created on the reCAPTCHA admin dashboard. Choose reCAPTCHA v2 and "I'm not a robot" Checkbox.

When using hCaptcha the keys can be created on the hCaptcha dashboard.

Changelog

3.2

  • Initial release for Indico 3.2