From: moodler Date: Sun, 17 Nov 2002 10:07:01 +0000 (+0000) Subject: Now displays instructions for any authentication method X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=123d2ebbc542609754bb24e91a79f81d3823585d;p=moodle.git Now displays instructions for any authentication method --- diff --git a/login/index_form.html b/login/index_form.html index 30456648d1..94f6c8398f 100644 --- a/login/index_form.html +++ b/login/index_form.html @@ -70,11 +70,11 @@ -

- ".get_string("loginstepsnone")."

"; + break; default: - echo "ERROR: I don't know about the current authentication!"; + echo format_text($CFG->auth_instructions); } ?>