Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-13316

reCAPTCHA does not work on secured connection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.2-RC1
    • 3.1.1
    • None
    • None
    • any

      In file phpbb/captcha/plugins/recaptcha.php is a line with:
      function phpbb_recaptcha()
      which should, presumably, be a constructor - it (if accessed by secure connection) only sets URL to https instead of http.
      But the constructor is not called because of wrong method name.

      Fix: rename method to __construct()

            prototech prototech [X] (Inactive)
            OndraSter OndraSter [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: