pitbulk / moodle_saml

SAML plugins for moodle (authentication and enrollment)
12 stars 24 forks source link

Pass saml_attributes along to saml_hook_post_user_created hook #47

Closed jamesgol closed 8 years ago

jamesgol commented 8 years ago

All of the other hooks receive the attributes. I want to do some arbitrary actions in a custom hook on the site I'm working on based on attributes, this seems like the easiest way to do it.