From b71186d9588a2b4998899cc2df99f0ab7e764bea Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 8 Jul 2025 19:47:42 +0100 Subject: [PATCH] chore(recaptcha): Update example config file Unsure how this managed to get past the `git commit -S -a` but sure --- conduwuit-example.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index c6301af5..bdc2f570 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -442,8 +442,9 @@ #registration_token_file = # The public site key for reCaptcha. If this is provided, reCaptcha -# becomes required during registration, **even if token registration is -# enabled**. +# becomes required during registration. If both captcha *and* +# registration token are enabled, both will be required during +# registration. # # IMPORTANT: "Verify the origin of reCAPTCHA solutions" **MUST** BE # DISABLED IF YOU WANT THE CAPTCHA TO WORK IN 3RD PARTY CLIENTS, OR