diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-04-30 18:10:19 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-04-30 18:10:19 +0100 |
commit | 345995fcde82cd69ed04277d55a14d32b6dbe589 (patch) | |
tree | fc6995646670bd375615179a009a7e83b3480ab4 /synapse/config/captcha.py | |
parent | Update key.py (diff) | |
download | synapse-345995fcde82cd69ed04277d55a14d32b6dbe589.tar.xz |
Remove the ~, comment the lines instead
Diffstat (limited to 'synapse/config/captcha.py')
-rw-r--r-- | synapse/config/captcha.py | 2 |
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" """ |