Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-51758

Remove password_compat library

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Minor
    • 3.2
    • 3.0, 3.1
    • Libraries
    • MOODLE_30_STABLE, MOODLE_31_STABLE
    • MOODLE_32_STABLE
    • MDL-51758-master
    • Hide
      1. git grep for password_compat - there should be no code uses
      2. create a test php file in your doc root with contents:

        <?php
        require_once('config.php');
        require_once($CFG->libdir . '/password_compat/lib/password.php');
        

      3. View it in your browser
        1. Confirm that you get a debugging notice regarding deprecation
      Show
      git grep for password_compat - there should be no code uses create a test php file in your doc root with contents: <?php require_once('config.php'); require_once($CFG->libdir . '/password_compat/lib/password.php'); View it in your browser Confirm that you get a debugging notice regarding deprecation
    • 1
    • 3.2 Sprint 3

    Description

      Once we have increased our minimum version to PHP 5.5.0, we can drop use of this library in Moodle.

      Attachments

        Issue Links

          Activity

            People

              dobedobedoh Andrew Lyons
              dobedobedoh Andrew Lyons
              Dan Poltawski Dan Poltawski
              David Monllaó David Monllaó
              Rajesh Taneja Rajesh Taneja
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                5/Dec/16