MediaWiki r45703 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r45702‎ | r45703 (on ViewVC)‎ | r45704 >
Date:14:51, 13 January 2009
Author:daniel
Status:deferred
Tags:
Comment:
README: instructions for wgActionLockdown
Modified paths:

Diff [purge]

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

Status & tagging log

Personal tools
Namespaces
Variants
Views
Actions
Site
Support
Download
Development
Communication
Toolbox