catalyst / moodle-auth_userkey

Log in to Moodle using one time user key based login URL. Auth plugin for organising simple SSO (single sign on) between moodle and your external web application.
https://moodle.org/plugins/auth_userkey
83 stars 53 forks source link

Is there any way to assign role to newly created user? #48

Closed shrik411 closed 4 years ago

shrik411 commented 4 years ago

@dmitriim Thanks for the plugin, working great for me. I am trying to assign role to the newly created user, is it possible through this plugin ?

dmitriim commented 4 years ago

Hi @shrik411 ! This is the authentication plugin and not an enrolment plugin, hence no role assignment.

shrik411 commented 4 years ago

Thanks @dmitriim for your reply. I was looking for a solution where I can at the time of creating record in database I can assign the roles to user so that any user who jumps to moodle from core system will have required capablities. I figured out solution using other services. Again thanks for your time and appreciate reply.