
28 Jun
2017
28 Jun
'17
11:35 a.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7d1b0ca1ed6be52087a5d09ed52f5dd519c48a8e https://github.com/phpmyadmin/phpmyadmin/commit/7d1b0ca1ed6be52087a5d09ed52f... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M ChangeLog M libraries/plugins/auth/AuthenticationCookie.php Log Message: ----------- Improved error reporting for reCAPTCHA Better detect errors coming from ReCaptcha library: - invalid-json usually means that server side connection has failed - lack of response usually means that client side connection has failed Fixes #13058 Fixes #13071 Signed-off-by: Michal Čihař <michal@cihar.com>