[Mediawiki-l] Group permission issue

OQ overlordq at gmail.com
Wed Jul 7 19:42:29 UTC 2010


On Wed, Jul 7, 2010 at 9:28 AM, Tolliver <tolliver at dal.ca> wrote:
>
> $wgGroupPermissions[ "NetRedesign_RW" ][ "ns100edit" ] = true;
> [...]
> $wgGroupPermissions[ "Dwight_RW" ][ "ns104upload" ] = true;
> $wgGroupPermissions[ "Dwight_RO" ][ "ns104read" ] = true;
>
>
> Your assistance would be greatly appreciated.


There are no ns10* rights. You can't make them up as you go along.
The only exception for this (AFAIK) is $wgNamespaceProtection but that
only affects editing.

To do what you want, you'll need one of the access extensions.



More information about the MediaWiki-l mailing list