Metadata-Version: 2.4
Name: indico-plugin-cloud-captchas
Version: 3.3.2
Summary: Google reCAPTCHA plugin for Indico
Project-URL: GitHub, https://github.com/indico/indico-plugins
Author-email: Indico Team <indico-team@cern.ch>
License-Expression: MIT
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.12.2
Requires-Dist: indico>=3.3
Description-Content-Type: text/markdown

# 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](recaptcha.png)


## 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][recaptcha-create].
Choose **reCAPTCHA v2** and **"I'm not a robot" Checkbox**.

When using hCaptcha the keys can be created on the [hCaptcha dashboard][hcaptcha-dashboard].

## Changelog

### 3.3.2

- Update translations

### 3.3.1

- Update translations

### 3.3

- Support (and require) Python 3.12

### 3.2.1

- Support Python 3.11

### 3.2

- Initial release for Indico 3.2

[recaptcha-create]: https://www.google.com/recaptcha/admin/create
[hcaptcha-dashboard]: https://dashboard.hcaptcha.com/overview
