From: skodak Date: Sun, 3 Dec 2006 20:06:35 +0000 (+0000) Subject: MDL-7783 Non-internal authentication change password URL doesn't work - patch by... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8a3a634afd22b61e97f6cc5b6b173452ff0a107f;p=moodle.git MDL-7783 Non-internal authentication change password URL doesn't work - patch by IƱaki Arenaza --- diff --git a/user/view.php b/user/view.php index 73aaf35ff4..5ec14fd030 100644 --- a/user/view.php +++ b/user/view.php @@ -349,8 +349,8 @@ echo ""; } echo ""; - } else if ( strlen($CFG->changepassword) > 1 ) { - echo "
changepassword\" method=\"get\">"; + } else if ( strlen($CFG->{'auth_'.$user->auth.'_changepasswordurl'}) > 1 ) { + echo "{'auth_'.$user->auth.'_changepasswordurl'}."\" method=\"get\">"; echo ""; echo "
"; }