Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13332

Insufficient information passed to password drivers for converted boards

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.1
    • 3.1.2-RC1
    • Login
    • None

    Description

      Several of the password drivers related to other board software require access to other columns of the user table (i.e. login_name, user_passwd_salt, etc..), but $row is not passed in when calling check() on the password manager (line 178 of phpbb/auth/provider/db.php). Additionally, $row will not contain the information necessary as it only contains a subset (line 90) of the columns in the user table and will not contain the custom columns required.

      Attachments

        Activity

          People

            Marc Marc
            Noxwizard Patrick Webster
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: