Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Close, but no cigar.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jul 14, 2015
1 parent 532fcc9 commit 62b4b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/config/captcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def default_config(self, config_dir_path, server_name):
## Captcha ##
# This Home Server's ReCAPTCHA public key.
recaptcha_private_key: "YOUR_PUBLIC_KEY"
recaptcha_private_key: "YOUR_PRIVATE_KEY"
# This Home Server's ReCAPTCHA private key.
recaptcha_public_key: "YOUR_PRIVATE_KEY"
recaptcha_public_key: "YOUR_PUBLIC_KEY"
# Enables ReCaptcha checks when registering, preventing signup
# unless a captcha is answered. Requires a valid ReCaptcha
Expand Down

0 comments on commit 62b4b72

Please sign in to comment.