mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Add Captcha configuration page (#1406)
* Add captcha page * And warning to privacy block
This commit is contained in:
parent
c03c080288
commit
615c19df56
31
content/en/admin/optional/captcha.md
Normal file
31
content/en/admin/optional/captcha.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: Captcha
|
||||
description: Mitigating automated signup bots
|
||||
menu:
|
||||
docs:
|
||||
weight: 30
|
||||
parent: admin-optional
|
||||
---
|
||||
|
||||
As of Mastodon 4.2, using CAPTCHA technology is supported to help mitigate against bots signing up for new accounts.
|
||||
With CAPTCHA enabled, new registrations will be required to complete a challenge response as part of the e-mail verification process.
|
||||
|
||||

|
||||
|
||||
{{< hint style="danger" >}}
|
||||
For some people, the use of a central CAPTCHA service may be a security and privacy concern.
|
||||
In addition, CAPTCHA can make the registration process significantly less accessible to some people.
|
||||
{{</ hint >}}
|
||||
|
||||
Currently, hCaptcha is the only available provider supported by Mastodon.
|
||||
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
|
||||
- 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"
|
||||
|
||||

|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Configuring object storage
|
||||
title: Object storage
|
||||
description: Serving user-uploaded files in Mastodon using external object storage
|
||||
menu:
|
||||
docs:
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Single Sign On
|
||||
menu:
|
||||
docs:
|
||||
weight: 30
|
||||
weight: 40
|
||||
parent: admin-optional
|
||||
---
|
||||
|
||||
|
BIN
static/assets/captcha/admin-view.png
Normal file
BIN
static/assets/captcha/admin-view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
static/assets/captcha/user-view.png
Normal file
BIN
static/assets/captcha/user-view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
x
Reference in New Issue
Block a user