From 830d39816b2bcf53233cd684f55b17b62e22fe4f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 26 May 2015 15:02:39 -0400 Subject: [PATCH] bug #4924 Recaptcha failure Signed-off-by: Marc Delisle --- ChangeLog | 1 + libraries/common.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d72ac9c62d..e471ec9e58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog - bug Browse foreigners window goes out of the window - bug #4918 Date field popup dialog position bug - bug In /setup, PMA_messages is not defined +- bug #4924 Recaptcha failure 4.4.7.0 (2015-05-16) - bug #4876 Settings issues (Favorite tables shown twice in Settings) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 6e9d7a1a92..8a96f8480a 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -487,7 +487,7 @@ if ($token_mismatch) { 'pma_lang', 'pma_collation_connection', /* Possible login form */ 'pma_servername', 'pma_username', 'pma_password', - 'recaptcha_challenge_field', 'recaptcha_response_field', + 'g-recaptcha-response', /* Needed to send the correct reply */ 'ajax_request', /* Permit to log out even if there is a token mismatch */