Central Users Table for Multiple Moodle Instances

Central Users Table for Multiple Moodle Instances

by Mark Duffy -
Number of replies: 2
Hello,

I'm developing a central user database to control access to multiple moodle instances. Can anyone tell me where to start. Has anyone attempted this before and do they have any advice?

Mark
Average of ratings: -
In reply to Mark Duffy

Re: Central Users Table for Multiple Moodle Instances

by Mark Duffy -
Sorry for the bump. Can anyone help me with this. I want to be able to control users from one central database and direct each user to the correct moodle instance.
In reply to Mark Duffy

Re: Central Users Table for Multiple Moodle Instances

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Have a look at the Moodle network stuff. It does not do exactly what you want, but it should be a good start. http://docs.moodle.org/en/Moodle_Network

More generally, you should look into authentication plugins. http://docs.moodle.org/en/Authentication. If you can't do what you want any other way, you could write your own plugin, starting with one of the existing ones, but redirecting everyone to one central Moodle to log in, then redirecting them to the correct moodle instance once login is complete.