-
Improvement
-
Resolution: Fixed
-
Minor
-
2.4.3, 2.4.5, 2.4.6
-
MOODLE_24_STABLE
-
MOODLE_33_STABLE
-
MDL-41729-master -
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))
}