On Thu, Nov 25, 2010 at 07:36, Graham <[email protected]> wrote: > On 24/11/2010 10:50 AM, Robin Krahl wrote: > <snip> >> If you e. g. would like to restrict the access to >> administrators (so only they are able to export pages), you would have >> to replace 'user' by 'sysop'. > <snip> > Hello Robin, > > I tried two accounts, one in the administrator group, and one not; both > weren't able to access the Export page: > $wgSpecialPageLockdown['Export'] = array('administrator'); > > If I use this string, there's no effect; anyone can access it: > $wgSpecialPageLockdown['ListFiles'] = array('administrator'); > > Any ideas of what the problem could be? I am using Mediawiki 1.16.0. It > appears to be straight forward in terms of setting it up. Perhaps, I should > download Lockdown from a different site. Is there any know issues with > Lockdown? > > > Thanks, > Graham
I don't know anything about that extension but it looks like you have the wrong group name. Robin said to replace with "sysop" not "administrator". -Jeremy _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
