summaryrefslogtreecommitdiffstats
path: root/module/plugins/ReCaptcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/ReCaptcha.py')
-rw-r--r--module/plugins/ReCaptcha.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/ReCaptcha.py b/module/plugins/ReCaptcha.py
index 6f7ebe22c..e47522b4a 100644
--- a/module/plugins/ReCaptcha.py
+++ b/module/plugins/ReCaptcha.py
@@ -3,6 +3,7 @@ import re
class ReCaptcha():
def __init__(self, plugin):
self.plugin = plugin
+ self.plugin.logDebug("Deprecated usage of ReCaptcha: Use CaptchaService instead")
def challenge(self, id):
js = self.plugin.req.load("http://www.google.com/recaptcha/api/challenge", get={"k":id}, cookies=True)