From 8b5501d6e50042380c9fa62e856c23a412c2b95e Mon Sep 17 00:00:00 2001 From: Isa S Date: Sat, 17 Feb 2024 23:19:33 +0100 Subject: [PATCH] Add captcha description (EN) --- content/en/admin/config.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/content/en/admin/config.md b/content/en/admin/config.md index 8e01b334..f40a88b9 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -848,6 +848,20 @@ This setting has no relation to which users are considered active for the purpos This variable only has any effect when running `rake db:migrate` and it is extremely specific to the Mastodon upgrade process. There are two types of database migrations, those that run before new code is deployed and running, and those that run after. By default, both types of migrations are executed. If you shut down all Mastodon processes before running migrations, then there is no difference. The variable makes sense for zero-downtime upgrades. You will see in the upgrade instructions of a specific Mastodon version if you need to use it or not. +### Sign-up Captcha {#captcha} + +Setting these variables will allow for hCaptcha support on sign-up. + +Defaults to empty values (not enabled) + +{{< hint style="info" >}} +If you wish to use hCaptcha, don't forget to enable it from the Administration -> Dashboard page after configuring. +{{}} + +#### `HCAPTCHA_SITE_KEY` + +#### `HCAPTCHA_SECRET_KEY` + ### Uncategorized or unsorted #### `BUNDLE_GEMFILE` @@ -870,12 +884,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` #### `PATH`