[Mediawiki-l] Lockdown.php question

Graham tolliver at dal.ca
Wed Nov 24 13:16:38 UTC 2010


  Hello,

I would like to prevent specific users from viewing some Special pages:

Special:ListFiles
Special:upload log
& a few others.

Here is the what I did:
Downloaded and extracted, Lockdown-MW1.16-r70092.tar.gz to 
(/extensions/Lockdown)

Inserted the following into Localsettings.php:
- require_once( "$IP/extensions/Lockdown/Lockdown.php" );
- $wgSpecialPageLockdown['Export'] = array('bureaucrat');

It didn't prevent users in the bureaucrat group from accessing the 
Export page. Any ideas of what could be the cause, would be appreciated.


Thanks




More information about the MediaWiki-l mailing list