From e79771162ca67f0b0b648ca03df3ef36a2ded364 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 31 May 2006 06:42:35 +0000 Subject: [PATCH] merged, changepassword obsolete --- auth/cas/index_form.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/auth/cas/index_form.html b/auth/cas/index_form.html index 0616a20201..74554831ce 100644 --- a/auth/cas/index_form.html +++ b/auth/cas/index_form.html @@ -36,14 +36,9 @@ -changepassword or is_internal_auth() ) { - if (is_internal_auth()) { - $changepassword = "forgot_password.php"; - $changebuttonname = get_string("senddetails"); - } else { - $changepassword = $CFG->changepassword; - $changebuttonname = get_string("passwordrecovery"); - } +

-- 2.39.5