summary refs log tree commit diff
path: root/synapse/config/captcha.py
diff options
context:
space:
mode:
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"
         """