summary refs log tree commit diff
path: root/synapse/config/captcha.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-06-12 23:11:29 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-06-12 23:11:29 +0100
commit33546b58aa0a235d159269b8705a8999d219f41a (patch)
tree982fb45938b0c66458404d64a85dd69c3908079d /synapse/config/captcha.py
parentMerge branch 'release-v0.16.0' of github.com:matrix-org/synapse (diff)
downloadsynapse-33546b58aa0a235d159269b8705a8999d219f41a.tar.xz
point to the CAPTCHA docs
Diffstat (limited to 'synapse/config/captcha.py')
-rw-r--r--synapse/config/captcha.py1
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"