-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.3, 2.4.5, 2.4.6
-
Fix Version/s: 3.3
-
Component/s: Authentication
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-41729-master -
Pull Master Diff URL:
To enable the change password, edit auth/shibboleth/auth.php:
Edit:
function can_change_password()
Insert:
function change_password_url() {
if(!empty($this->config->changepasswordurl))
}