diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-06-12 23:11:29 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-06-12 23:11:29 +0100 |
commit | 33546b58aa0a235d159269b8705a8999d219f41a (patch) | |
tree | 982fb45938b0c66458404d64a85dd69c3908079d /synapse/config/captcha.py | |
parent | Merge branch 'release-v0.16.0' of github.com:matrix-org/synapse (diff) | |
download | synapse-33546b58aa0a235d159269b8705a8999d219f41a.tar.xz |
point to the CAPTCHA docs
Diffstat (limited to 'synapse/config/captcha.py')
-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" |