diff options
author | Mark Haines <mark.haines@matrix.org> | 2016-06-23 11:17:48 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2016-06-23 11:17:48 +0100 |
commit | 05f1a4596a929930c6a4aca11133533f56030688 (patch) | |
tree | 9055c7a1731dca915a5f440d2d755450354ac2e1 /synapse/config | |
parent | Merge pull request #892 from matrix-org/dbkr/email_notif_most_recent (diff) | |
parent | Merge pull request #889 from matrix-org/markjh/synctl_workers (diff) | |
download | synapse-05f1a4596a929930c6a4aca11133533f56030688.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/captcha.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/captcha.py b/synapse/config/captcha.py index b54dbabbee..7ba0c2de6a 100644 --- a/synapse/config/captcha.py +++ b/synapse/config/captcha.py @@ -27,6 +27,7 @@ class CaptchaConfig(Config): def default_config(self, **kwargs): return """\ ## Captcha ## + # See docs/CAPTCHA_SETUP for full details of configuring this. # This Home Server's ReCAPTCHA public key. recaptcha_public_key: "YOUR_PUBLIC_KEY" |