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


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to