summary refs log tree commit diff
path: root/synapse/config/captcha.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-04-30 13:58:13 +0100
committerDavid Baker <dave@matrix.org>2015-04-30 13:58:13 +0100
commitd89a9f72833acfd472ec557a8fe3927320efea93 (patch)
tree4c05c0e576f356ffa4634615a1b797468273b0e7 /synapse/config/captcha.py
parentUnused import (diff)
downloadsynapse-d89a9f72833acfd472ec557a8fe3927320efea93.tar.xz
Add an access_log
SYN-161 #resolve
Diffstat (limited to 'synapse/config/captcha.py')
-rw-r--r--synapse/config/captcha.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/captcha.py b/synapse/config/captcha.py
index 07fbfadc0f..456ce9c632 100644
--- a/synapse/config/captcha.py
+++ b/synapse/config/captcha.py
@@ -22,6 +22,8 @@ class CaptchaConfig(Config):
         self.recaptcha_private_key = args.recaptcha_private_key
         self.recaptcha_public_key = args.recaptcha_public_key
         self.enable_registration_captcha = args.enable_registration_captcha
+
+        # XXX: This is used for more than just captcha
         self.captcha_ip_origin_is_x_forwarded = (
             args.captcha_ip_origin_is_x_forwarded
         )