Index: trunk/extensions/Lockdown/README |
— | — | @@ -93,7 +93,18 @@ |
94 | 94 | group per default). This restriction can not be overridden using the |
95 | 95 | Lockdown extension. |
96 | 96 | |
| 97 | +=== $wgActionLockdown === |
97 | 98 | |
| 99 | +$wgActionLockdown allows you to specify for each actionwhich user groups |
| 100 | +have access to it. For example, to limit the use of the history page to |
| 101 | +logged in users, use this in LocalSettings.php: |
| 102 | + |
| 103 | + $wgActionLockdown['history'] = array('user'); |
| 104 | + |
| 105 | +Note that some actions can not be locked down this way. In particular, it |
| 106 | +will not work for the ajax action. |
| 107 | + |
| 108 | + |
98 | 109 | === $wgNamespacePermissionLockdown === |
99 | 110 | |
100 | 111 | $wgNamespacePermissionLockdown lets you restrict which user groups have |