From 3eea2e880049aba309c0609a8a4afaf7819c89e3 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 19 Feb 2024 17:10:57 -0600 Subject: [PATCH] Improve hCaptcha site key and secret key description (#1409) Had some feedback that the directions to obtain the site key and secret key were not as clear as they could be, this breaks them into two items with a direction of where to find the secret key. --- content/en/admin/optional/captcha.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/admin/optional/captcha.md b/content/en/admin/optional/captcha.md index d16f1484..a2523fd7 100644 --- a/content/en/admin/optional/captcha.md +++ b/content/en/admin/optional/captcha.md @@ -23,9 +23,10 @@ Other providers may be added in the future. ## hCaptcha - Create a free hCaptcha account at [hcaptcha.com](https://www.hcaptcha.com) -- After completing registration, generate a Site Key and Site Secret from the hCaptcha dashboard +- After completing registration, use the hCaptcha dashboard to add a new site with your Mastodon server domain and obtain a Site Key +- From the Account Settings menu in hCaptcha, obtain your Secret Key - Add the values to your Mastodon environment configuration as `HCAPTCHA_SITE_KEY` and `HCAPTCHA_SECRET_KEY` - Restart the Mastodon services running on your server - From the Mastodon web interface navigate to **Administration** > **Server settings** > **Registrations** and check the box labled "Require new users to solve a CAPTCHA to confirm their account" -![](/assets/captcha/admin-view.png) \ No newline at end of file +![](/assets/captcha/admin-view.png)