From 123d2ebbc542609754bb24e91a79f81d3823585d Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 17 Nov 2002 10:07:01 +0000 Subject: [PATCH] Now displays instructions for any authentication method --- login/index_form.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); } ?> -- 2.39.5