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

Change Password button for External DB authentication

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical Critical
    • 1.6.4, 1.7.1, 1.8
    • 1.6.1
    • Authentication
    • None
    • All
    • Any
    • MOODLE_16_STABLE
    • MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE

      Currently, the change password button used on the Profile Page will not appear when using external DB authentication and a custom URL for password change.

      Lines 305 and 306 of the user/view.php file were not changed to reflect a new method of storing the custom URL from version 1.5.3 to 1.6.

      Current file:

      line 305

      } else if ( strlen($CFG->changepassword) > 1 )

      { line 306 echo <td nowrap=nowrap><form action=$CFG->changepassword method=get>; CORRECTED: line 305 }

      else if ( strlen($CFG->

      {'auth_'.$user->auth.'_changepasswordurl'}) > 1 ) { /// jamie bug fix

      line 306

      echo <td nowrap=nowrap><form action=.$CFG->{'auth_'.$user->auth.'_changepasswordurl'}

      . method=get>;/// jamie bug fix

            skodak Petr Skoda
            imported Imported (Inactive)
            Nobody Nobody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.