-
Bug
-
Resolution: Duplicate
-
Critical
-
1.6.1
-
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 fixline 306
echo <td nowrap=nowrap><form action=.$CFG->{'auth_'.$user->auth.'_changepasswordurl'}
. method=get>;/// jamie bug fix
- duplicates
-
MDL-7783 Non-internal authentication change password URL doesn't work
-
- Closed
-