From 980774a27595ca5d87a1fbd4cfecf285da763823 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 8 Jul 2025 19:08:25 +0100 Subject: [PATCH] feat(recaptcha): Update example config after previous changes --- conduwuit-example.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 8358f7c7..c6301af5 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -441,11 +441,22 @@ # #registration_token_file = -# This item is undocumented. Please contribute documentation for it. +# The public site key for reCaptcha. If this is provided, reCaptcha +# becomes required during registration, **even if token registration is +# enabled**. +# +# IMPORTANT: "Verify the origin of reCAPTCHA solutions" **MUST** BE +# DISABLED IF YOU WANT THE CAPTCHA TO WORK IN 3RD PARTY CLIENTS, OR +# CLIENTS HOSTED ON DOMAINS OTHER THAN YOUR OWN! +# +# Registration must be enabled (`allow_registration` must be true) for +# this to have any effect. # #recaptcha_site_key = -# This item is undocumented. Please contribute documentation for it. +# The private site key for reCaptcha. +# If this is omitted, captcha registration will not work, +# even if `recaptcha_site_key` is set. # #recaptcha_private_site_key =