For MediaWiki (recent comments | status changes | tags | authors | states | release notes | statistics)
Index: trunk/extensions/Lockdown/README =================================================================== --- trunk/extensions/Lockdown/README (revision 45702) +++ trunk/extensions/Lockdown/README (revision 45703) @@ -93,7 +93,18 @@ group per default). This restriction can not be overridden using the Lockdown extension. +=== $wgActionLockdown === +$wgActionLockdown allows you to specify for each actionwhich user groups +have access to it. For example, to limit the use of the history page to +logged in users, use this in LocalSettings.php: + + $wgActionLockdown['history'] = array('user'); + +Note that some actions can not be locked down this way. In particular, it +will not work for the ajax action. + + === $wgNamespacePermissionLockdown === $wgNamespacePermissionLockdown lets you restrict which user groups have