From: moodler Date: Fri, 25 Jul 2003 13:13:36 +0000 (+0000) Subject: Manual method should just use the standard 'forgot password" button X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b0dd12a912519057287ce71e55942021844467a2;p=moodle.git Manual method should just use the standard 'forgot password" button --- diff --git a/login/index_form.html b/login/index_form.html index 01d8675fa3..f7b9d10d1e 100644 --- a/login/index_form.html +++ b/login/index_form.html @@ -51,8 +51,8 @@ - changepassword or $CFG->auth == "email" or $CFG->auth == "none") { - if ($CFG->auth == "email" or $CFG->auth == "none") { + changepassword or $CFG->auth == "email" or $CFG->auth == "none" or $CFG->auth == "manual") { + if ($CFG->auth == "email" or $CFG->auth == "none" or $CFG->auth == "manual") { $changepassword = "forgot_password.php"; $changebuttonname = get_string("senddetails"); } else {