Moodle Plugins directory: User role assignment from external database | Moodle.org

User role assignment from external database
Enrolment ::: enrol_dbuserrel
Maintained by
Maxime Pelletier,
Alistair Spark
This plugin allows you to configure automatic synchronisation of relationships between users from an external database. It is mainly used to assign Parent/Mentor rôle.
Latest release:
38 sites
5 downloads
24 fans
Current versions available: 3
If you need to massively assign user role like Parent or Mentor, this plugin will help you.
Based on an external table containing the Parent-child or Mentor-Mentee relationship, this plugin will add new relationship and also remove old ones.
For more details go to: http://docs.moodle.org/23/en/DB_User_role_assignment
Contributors
Maxime Pelletier (Lead maintainer)
Alistair Spark
Please login to view contributors details and/or to contact them
Could you consider adding urls for :
- issue tracker
- documentation (if any)
If you do, let me know,
-Integrate the pull request from github to allow assigning of role on user login (no cron job required): https://github.com/mfuhrmeisterDM/moodle-enrol_dbuserrel/commit/97621be22aefdc11bec10ebb135ef9f8656fd0d5
-Integrate second pull request to allow mixed-case column names in the external database table: https://github.com/primmy13/moodle-enrol_dbuserrel/commit/df9e542903168315ce68211a567bd2b12ad2951b
-Derek