docs(recaptcha): Clarify registration when token & captcha are configured

This commit is contained in:
nexy7574 2025-07-08 19:34:47 +01:00
parent 14774fa153
commit c362499cef
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -557,8 +557,9 @@ pub struct Config {
pub registration_token_file: Option<PathBuf>,
/// 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