From 68b35b584536170759675204d738f9ead883a4f2 Mon Sep 17 00:00:00 2001 From: Cristian Rodriguez Date: Sun, 11 Apr 2010 23:48:52 +0200 Subject: [PATCH 1/2] [ticket/9829] Fix error in recaptcha validation. The recaptcha plugin falsely accepted error responses by recaptcha as valid solutions. PHPBB3-9829 --- phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php index 0f0bfc4156..ea171dbe2c 100644 --- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php +++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php @@ -314,10 +314,7 @@ class phpbb_recaptcha extends phpbb_default_captcha } else { - if ($answers[1] === 'incorrect-captcha-sol') - { - return $user->lang['RECAPTCHA_INCORRECT']; - } + return $user->lang['RECAPTCHA_INCORRECT']; } } From f6700815a84c32cbd74f2288a80b54ac4303ae5e Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 21 Sep 2010 00:53:30 +0200 Subject: [PATCH 2/2] [ticket/9804] Account evil3 renamed to igorw, adjust AUTHORS PHPBB3-9804 --- phpBB/docs/AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/AUTHORS b/phpBB/docs/AUTHORS index d6af9d1db9..b3166313c3 100644 --- a/phpBB/docs/AUTHORS +++ b/phpBB/docs/AUTHORS @@ -27,7 +27,7 @@ phpBB Developers: A_Jelly_Doughnut (Josh Woody) APTX (Marek A. R.) bantu (Andreas Fischer) dhn (Dominik Dröscher) - evil<3 (Igor Wiedler) + igorw (Igor Wiedler) kellanved (Henry Sudhof) nickvergessen (Joas Schilling) rxu (Ruslan Uzdenov)