Hi Graham,
On 24.11.2010 15:35, Graham wrote:
> $wgSpecialPageLockdown allows you to specify for each special page which
> user groups have access to it. For example, to limit the use of
> Special:Export to logged in users, use this in LocalSettings.php:
>
> $wgSpecialPageLockdown['Export'] = array('user');
Yes; this piece of code restricts access to logged in users – they are
in the group ‘user’. 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’.
Regards,
Robin
--
Robin Krahl || ireas
http://robin-krahl.de
[email protected]
signature.asc
Description: OpenPGP digital signature
_______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
