https://bugzilla.wikimedia.org/show_bug.cgi?id=16791
--- Comment #4 from Aryeh Gregor <[email protected]> 2008-12-26 01:19:41 UTC --- Yeah, that's the basic problem: how do you figure out if one right implies another? What happens, for that matter, if a sysadmin changes $wgGroupPermissions -- suddenly all protections of a given type should vanish? It might make more sense to allow *manual* specification of a certain type of protection that should be prohibited. So you could do something like $wgProhibitedRestrictions['move'][] = 'autoconfirmed'; to achieve the desired effect, say. You might need to fiddle with the UI considerably to make this work nicely, though. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
