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

Interchanged parameters in includes/acp/acp_users.php

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.9
    • 3.0.10-RC1
    • ACP
    • None

    Description

      In includes/acp/acp_users.php you can found in line 838 this code:

      $update_password = ($data['new_password'] && !phpbb_check_hash($user_row['user_password'], $data['new_password'])) ? true : false;
      

      But the parameters for phpbb_check_hash are interchanged so that it will always return a wrong result.

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            Elsensee Oliver Schramm [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: