Skip to content
Snippets Groups Projects
Commit 4106477e authored by Robin Lambertz's avatar Robin Lambertz
Browse files

Config Comment mixup in captcha public/private key

parent dc65d0ae
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ class CaptchaConfig(Config): ...@@ -29,10 +29,10 @@ class CaptchaConfig(Config):
## Captcha ## ## Captcha ##
# This Home Server's ReCAPTCHA public key. # This Home Server's ReCAPTCHA public key.
recaptcha_private_key: "YOUR_PRIVATE_KEY" recaptcha_public_key: "YOUR_PUBLIC_KEY"
# This Home Server's ReCAPTCHA private key. # This Home Server's ReCAPTCHA private key.
recaptcha_public_key: "YOUR_PUBLIC_KEY" recaptcha_private_key: "YOUR_PRIVATE_KEY"
# Enables ReCaptcha checks when registering, preventing signup # Enables ReCaptcha checks when registering, preventing signup
# unless a captcha is answered. Requires a valid ReCaptcha # unless a captcha is answered. Requires a valid ReCaptcha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment