mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 01:16:40 +02:00
docs(recaptcha): Clarify registration when token & captcha are configured
This commit is contained in:
parent
14774fa153
commit
c362499cef
1 changed files with 3 additions and 2 deletions
|
@ -557,8 +557,9 @@ pub struct Config {
|
||||||
pub registration_token_file: Option<PathBuf>,
|
pub registration_token_file: Option<PathBuf>,
|
||||||
|
|
||||||
/// The public site key for reCaptcha. If this is provided, reCaptcha
|
/// The public site key for reCaptcha. If this is provided, reCaptcha
|
||||||
/// becomes required during registration, **even if token registration is
|
/// becomes required during registration. If both captcha *and*
|
||||||
/// enabled**.
|
/// registration token are enabled, both will be required during
|
||||||
|
/// registration.
|
||||||
///
|
///
|
||||||
/// IMPORTANT: "Verify the origin of reCAPTCHA solutions" **MUST** BE
|
/// IMPORTANT: "Verify the origin of reCAPTCHA solutions" **MUST** BE
|
||||||
/// DISABLED IF YOU WANT THE CAPTCHA TO WORK IN 3RD PARTY CLIENTS, OR
|
/// DISABLED IF YOU WANT THE CAPTCHA TO WORK IN 3RD PARTY CLIENTS, OR
|
||||||
|
|
Loading…
Add table
Reference in a new issue