That does the trick!
Thanks a lot, Benjamin and Platonides.
 
Ross Xu

--- On Wed, 6/9/10, Benjamin Lees <[email protected]> wrote:


From: Benjamin Lees <[email protected]>
Subject: Re: [Mediawiki-l] How to Hide User List
To: "MediaWiki announcements and site admin list" 
<[email protected]>
Received: Wednesday, June 9, 2010, 3:15 AM


On Mon, Jun 7, 2010 at 12:01 PM, Ross Xu <[email protected]> wrote:

> Thanks Platonides.
> The Lockdown extension seems not applying to the Special:ListUsers page. It
> works well with its example which is the Special:Export page. That's saying
> ...
> $wgSpecialPageLockdown['Export'] = array('user'); works well (the example
> in the README).
> $wgSpecialPageLockdown['ListUsers'] = array('user'); doesn't work.
> Anonymous users can still see the user list.
>
You need to use $wgSpecialPageLockdown['Listusers'] = array('user');
Special:ListUsers is actually Special:Listusers internally; it's just
aliased to appear camelcased.
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to