MDL-9399 auth/shibboleth: ensure we load enrolments

Most of this code should be replaced with complete_user_login() but it
does a few odd things, so we'll play it safe for now, specially since
I don't have a Shib setup to test...
This commit is contained in:
martinlanghoff
2007-11-14 23:35:31 +00:00
parent b3ebb9802e
commit 6d3da6bf92
+1
View File
@@ -72,6 +72,7 @@
}
}
check_enrolment_plugins($USER);
load_all_capabilities(); /// This is what lets the user do anything on the site :-)
redirect($urltogo);