Tweaks to authentication system. Database method now allows other

fields to be specified so that things like email, names etc can be
pulled in from external database when new Moodle accounts are created
This commit is contained in:
moodler
2002-11-21 07:37:21 +00:00
parent 780db23080
commit 34daec9b3b
10 changed files with 186 additions and 65 deletions
+3 -1
View File
@@ -104,7 +104,9 @@
require("$CFG->dirroot/auth/$auth/config.html");
echo "<tr valign=\"top\">";
echo "<td align=right><p>guestloginbutton:</p></td>";
echo "<td align=right nowrap><p>";
print_string("guestloginbutton", "auth");
echo ":</p></td>";
echo "<td>";
choose_from_menu($guestoptions, "guestloginbutton", $config->guestloginbutton, "");
echo "</td>";