]> git.mjollnir.org Git - moodle.git/commitdiff
Now displays instructions for any authentication method
authormoodler <moodler>
Sun, 17 Nov 2002 10:07:01 +0000 (10:07 +0000)
committermoodler <moodler>
Sun, 17 Nov 2002 10:07:01 +0000 (10:07 +0000)
login/index_form.html

index 30456648d15bb3d66da269eb71e39f818738f913..94f6c8398f47a04158eb3b42b901995d49428b8a 100644 (file)
              </FORM>\r
              </CENTER>\r
       <?     break;\r
-           case "none":              ?>\r
-             <P><? print_string("loginstepsnone") ?></P>\r
-      <?     break;\r
+           case "none":\r
+             echo "<P>".get_string("loginstepsnone")."</P>";\r
+             break;\r
            default:\r
-             echo "ERROR: I don't know about the current authentication!";\r
+             echo format_text($CFG->auth_instructions);\r
          }\r
       ?>\r
 \r