Menu

#4335 (ok 4.1.11) reCaptcha problem

4.1.10
fixed
None
1
2014-03-22
2014-03-22
azurIt
No

reCaptcha stopped working at all after upgrading to 4.1.10 from 4.1.9. It's not displayed and all login attempts fails with no error message (login page just reloads). Downgrading to 4.1.9 fixes the problem.

Discussion

  • Marc Delisle

    Marc Delisle - 2014-03-22
    • assigned_to: Marc Delisle
     
  • Marc Delisle

    Marc Delisle - 2014-03-22

    Please confirm this fix:
    diff --git a/libraries/Header.class.php b/libraries/Header.class.php
    index 486afe2..b8023cb 100644
    --- a/libraries/Header.class.php
    +++ b/libraries/Header.class.php
    @@ -475,7 +475,7 @@ class PMA_Header
    . ($use_captcha ? 'https://www.google.com ' : ' ')
    . $GLOBALS['cfg']['CSPAllow'] . ';'
    . "script-src 'self' 'unsafe-inline' 'unsafe-eval'"
    - . ($use_captcha ? 'https://www.google.com ' : ' ')
    + . ($use_captcha ? ' https://www.google.com ' : ' ')
    . ";"
    . "style-src 'self' 'unsafe-inline' "
    . ($use_captcha ? 'https://www.google.com ' : ' ')

     
  • Marc Delisle

    Marc Delisle - 2014-03-22
    • summary: reCaptcha problem --> (ok 4.1.11) reCaptcha problem
    • status: open --> resolved
    • Priority: 7 --> 1
     
  • Marc Delisle

    Marc Delisle - 2014-03-22
    • status: resolved --> fixed
     
  • azurIt

    azurIt - 2014-03-22

    fixed, thank you!