mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
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:
parent
bce3479cc1
commit
cfab8f3946
@ -72,6 +72,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
check_enrolment_plugins($USER);
|
||||
load_all_capabilities(); /// This is what lets the user do anything on the site :-)
|
||||
|
||||
redirect($urltogo);
|
||||
|
Loading…
x
Reference in New Issue
Block a user