From 5c960c221efe5e6d08ca7d91e366de10c41e40e2 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 2 Jun 2013 20:44:26 +0200 Subject: Set activated to False for all captcha hook plugins --- module/plugins/hooks/Captcha9kw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks/Captcha9kw.py') diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py index bb2b8c862..f7226fc59 100755 --- a/module/plugins/hooks/Captcha9kw.py +++ b/module/plugins/hooks/Captcha9kw.py @@ -30,9 +30,9 @@ from module.plugins.Hook import Hook class Captcha9kw(Hook): __name__ = "Captcha9kw" - __version__ = "0.04" + __version__ = "0.05" __description__ = """send captchas to 9kw.eu""" - __config__ = [("activated", "bool", "Activated", True), + __config__ = [("activated", "bool", "Activated", False), ("force", "bool", "Force CT even if client is connected", True), ("https", "bool", "Enable HTTPS", "False"), ("confirm", "bool", "Confirm Captcha", "False"), -- cgit v1.2.3