Last modified: 2007-10-13 10:06:39 UTC
Created attachment 4121 [details] A patch Subj.
Why?
Created attachment 4122 [details] Another way, works with additional group (In reply to comment #1) > Why? > As I wrote in comments, it's needed for better compatibility with $wgAddGroup (or you want to make another MakeXXX extensions?). Or it might be not needed by users (if they need just Makesysop). P.S. I have another implementation based on usergroups.
Okay, I found way to disable it for specified group: $wgGroupPermissions['group']['makesysop'] = false;