Update config.md

Added a new section for antispam features, moved the HCAPTCHA_SITE_KEY there and added more informations on how to enable this feature
This commit is contained in:
Ophélien DUPARC 2024-02-16 13:15:35 +01:00 committed by GitHub
parent c03c080288
commit 7d17e0ad79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 2 deletions

View File

@ -808,6 +808,16 @@ 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`
Set this to your hCaptcha site key and secret to enable a checkbox in your administration panel allowing you to enable captchas on the account confirmation page using hCaptcha.
Key can be obtain by registering on (https://www.hcaptcha.com/)[https://www.hcaptcha.com/]
### Email domains
#### `EMAIL_DOMAIN_ALLOWLIST`
@ -870,9 +880,7 @@ 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)