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:
+3
-1
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user