From 376d78392451f3e4aae8b98377b33409d02ff8d2 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 20 May 2013 22:18:35 +0200 Subject: [PATCH] Merged com.woltlab.wcf.recaptcha into WCF --- com.woltlab.wcf/option.xml | 28 +++ com.woltlab.wcf/template/recaptcha.tpl | 55 ++++++ .../files/lib/form/RecaptchaForm.class.php | 96 ++++++++++ .../recaptcha/RecaptchaHandler.class.php | 180 ++++++++++++++++++ wcfsetup/install/files/style/recaptcha.less | 5 + wcfsetup/install/lang/de.xml | 25 ++- wcfsetup/install/lang/en.xml | 25 ++- 7 files changed, 396 insertions(+), 18 deletions(-) create mode 100644 com.woltlab.wcf/template/recaptcha.tpl create mode 100644 wcfsetup/install/files/lib/form/RecaptchaForm.class.php create mode 100644 wcfsetup/install/files/lib/system/recaptcha/RecaptchaHandler.class.php create mode 100644 wcfsetup/install/files/style/recaptcha.less diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index e0023f86e9..e006d58102 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -103,6 +103,10 @@ security + + security.antispam + + security @@ -159,6 +163,12 @@ 1 + + + + + +