On Wed, Nov 24, 2010 at 7:46 AM, Tony Anderson <[email protected]> wrote: > I have entered their laptop serial > numbers in /etc/coursecreator but they are still assigned student roles > somewhere in the enrollment logic.
Try /etc/moodle/coursecreators -- from the relevant code... http://dev.laptop.org/git/users/martin/moodle.git/tree/auth/olpcxs/auth.php?h=mdl19-xs#n110 /* coursecreators are set in two possible ways * * - By default, the first user to login to Moodle successfully * is a coursecreator. This works well for low-maintenance small * deployments. * * - If /etc/moodle/coursecreators exists, then it is assumed to be * a newline-delimited file with the serial numbers (which are the * usernames, in moodle-land). * */ hth, m -- [email protected] [email protected] -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff _______________________________________________ Server-devel mailing list [email protected] http://lists.laptop.org/listinfo/server-devel
