Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
e55990e513
@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4265 Missing datepicker icon for DATETIME(length)
|
||||
- bug #4257 Hide fractional seconds when applicable
|
||||
- bug #4264 Uncheck "Ignore" while inserting, upon leaving a textarea
|
||||
- bug #4260 reCaptcha is ignoring language settings
|
||||
|
||||
4.1.6.0 (2014-01-26)
|
||||
- bug #4232 User not found after creating the user
|
||||
|
||||
@ -260,8 +260,9 @@ class AuthenticationCookie extends AuthenticationPlugin
|
||||
) {
|
||||
// If enabled show captcha to the user on the login screen.
|
||||
echo '<script type="text/javascript"
|
||||
src="https://www.google.com/recaptcha/api/challenge?k='
|
||||
. $GLOBALS['cfg']['CaptchaLoginPublicKey'] . '">
|
||||
src="https://www.google.com/recaptcha/api/challenge?'
|
||||
. 'k=' . $GLOBALS['cfg']['CaptchaLoginPublicKey'] . '&'
|
||||
. 'hl=' . $GLOBALS['lang'] . '">
|
||||
</script>
|
||||
<noscript>
|
||||
<iframe src="https://www.google.com/recaptcha/api/noscript?k='
|
||||
|
||||
Loading…
Reference in New Issue
Block a user