Go to English page

ViaThinkSoft CodeLib

Dieser Artikel befindet sich in der Kategorie:
CodeLibProblemlösungen

Problem description:

You are using phpMyAdmin with $cfg['captchaloginpublickey'] and $cfg['captchaloginprivatekey'] keys set. You have been using ReCaptcha v2.

After an update of phpMyAdmin to version 4.8.0 (released 2018-04-07), you cannot log in anymore. In the right bottom corner of the display, you see a ReCaptcha error message, telling you that the key is not allowed for invisible ReCaptcha.

phpMyAdmin introduced invisible captcha (issue #13086) and broke compatibility to ReCaptcha v2. There does not seem to be a way to configure the kind of ReCaptcha being used.


Solution:

Get a new key at https://www.google.com/recaptcha/ and write it into config.inc.php
Daniel Marschall
ViaThinkSoft Mitbegründer