:
()
guestloginbutton) { ?>
:
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 { $changepassword = $CFG->changepassword; $changebuttonname = get_string("passwordrecovery"); } ?>
"; echo format_text($CFG->auth_instructions); echo ""; require_once("../auth/$CFG->auth/lib.php"); if (isset($CFG->auth_user_create) and $CFG->auth_user_create==1 and function_exists('auth_user_create') ){?>