summary refs log tree commit diff
path: root/synapse/config/captcha.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-04-30 18:10:19 +0100
committerMark Haines <mark.haines@matrix.org>2015-04-30 18:10:19 +0100
commit345995fcde82cd69ed04277d55a14d32b6dbe589 (patch)
treefc6995646670bd375615179a009a7e83b3480ab4 /synapse/config/captcha.py
parentUpdate key.py (diff)
downloadsynapse-345995fcde82cd69ed04277d55a14d32b6dbe589.tar.xz
Remove the ~, comment the lines instead
Diffstat (limited to 'synapse/config/captcha.py')
-rw-r--r--synapse/config/captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/captcha.py b/synapse/config/captcha.py
index ee5c238314..d8fe577e34 100644
--- a/synapse/config/captcha.py
+++ b/synapse/config/captcha.py
@@ -47,5 +47,5 @@ class CaptchaConfig(Config):
         captcha_ip_origin_is_x_forwarded: False
 
         # A secret key used to bypass the captcha test entirely.
-        captcha_bypass_secret: ~
+        #captcha_bypass_secret: "YOUR_SECRET_HERE"
         """