Skip to content

Commit

Permalink
Fixed CAS login to use new roles ... see MDL-6931
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 25, 2006
1 parent 1ca7a80 commit 8ed24b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auth/cas/login.php
Expand Up @@ -159,6 +159,8 @@

reset_login_count();

load_all_capabilities(); /// This is what lets the user do anything on the site :-)

redirect($urltogo);

exit;
Expand Down Expand Up @@ -266,6 +268,8 @@

reset_login_count();

load_all_capabilities(); /// This is what lets the user do anything on the site :-)

redirect($urltogo);

exit;
Expand Down

0 comments on commit 8ed24b7

Please sign in to comment.