From bac8ec32975df5d89e5e1a41edb1b4d6c0eaf65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oph=C3=A9lien=20DUPARC?= Date: Mon, 19 Feb 2024 21:15:18 +0100 Subject: [PATCH] Improving the documentation regarding the setup of anti spam measure (#1404) Added a new section for antispam features, moved the HCAPTCHA_SITE_KEY there and added more informations on how to enable this feature --- content/en/admin/config.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/en/admin/config.md b/content/en/admin/config.md index 8e01b334..10814e00 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -808,6 +808,13 @@ It is important to use a supported file format (JPEG or PNG, not SVG). ## Limits {#limits} +### Anti Spam / Abuse + +#### `HCAPTCHA_SITE_KEY` +#### `HCAPTCHA_SECRET_KEY` + +If set, registrations confirm page will display a captcha, see [Captcha](https://docs.joinmastodon.org/admin/optional/captcha/) + ### Email domains #### `EMAIL_DOMAIN_ALLOWLIST` @@ -870,10 +877,6 @@ Defaults to `https://github.com/$GITHUB_REPOSITORY` #### `FFMPEG_BINARY` -#### `HCAPTCHA_SITE_KEY` - -Set this to your hCaptcha site key to enable captchas on the account confirmation page using hCaptcha. - Defaults to empty value (not enabled) #### `LOCAL_HTTPS`