Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-13487

User Authentication Bug in Drupal 6

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.3.7
    • Fix Version/s: 4.3.8
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      function user_authenticate returns a UID in D7 but returns the user object in D6

      Thus around line 740 of CRM/Utils/System/Drupal6.php should be:

      $account = $uid;

      and not:

      // $account = user_load($uid);

        Attachments

          Activity

            People

            • Assignee:
              eileen Eileen McNaughton
              Reporter:
              hershel Hershel Robinson
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: