mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-10 08:06:42 +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>,
|
||||
|
||||
/// 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
|
||||
|
|
Loading…
Add table
Reference in a new issue