https://bugzilla.wikimedia.org/show_bug.cgi?id=56568
--- Comment #2 from Sage Ross <[email protected]> --- @This, that and the other: True. It actually does not matter any more for the last three, as the course pages only allow registered users to be assigned to the instructor or volunteer roles. But all of these should be limited to registered users. Given that instructors are often newcomers, the he.wiki folks probably do not want to require users to be autoconfirmed. I will follow up with Shani on that point. So the configurations to add after the default rights would be: $wgGroupPermissions['user']['ep-org'] = true; // any user may create or edit an organization page $wgGroupPermissions['user']['ep-course'] = true; // any user may create or edit a course page $wgGroupPermissions['user']['ep-beonline'] = true; // any user may become the online volunteer for a course $wgGroupPermissions['user']['ep-becampus'] = true; // any user may become the campus volunteer for a course $wgGroupPermissions['user']['ep-beinstructor'] = true; // any user may become the instructor for a course -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
