mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +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
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_enrolment_plugins($USER);
|
||||||
load_all_capabilities(); /// This is what lets the user do anything on the site :-)
|
load_all_capabilities(); /// This is what lets the user do anything on the site :-)
|
||||||
|
|
||||||
redirect($urltogo);
|
redirect($urltogo);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue