[Bug 20937] Restrict Special:Listusers to specific group(s)

2010-01-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20937


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Platonides platoni...@gmail.com  2010-01-16 23:38:02 UTC 
---
LockDown extension already provides the requested feature.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20937] Restrict Special:Listusers to specific group(s)

2009-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20937


Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch




--- Comment #2 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-10-23 15:08:40 UTC ---
You can use http://www.mediawiki.org/wiki/Extension:LockDown to restrict access
to Special:Listusers. For this you'll need to install and then select which
groups can access Special:ListUsers, let's say sysop:

$wgSpecialPageLockdown['Listusers'] = array( 'sysop' );

You can allow multiple groups to access Special:Listusers, for this you can
use:

$wgSpecialPageLockdown['Listusers'] = array( 'sysop', 'some-other-group' );

and any member of 'sysop' and/or 'some-other-group' will be able to access that
page. You may need to create a new group for those you want to be able access
Special:Listusers.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20937] Restrict Special:Listusers to specific group(s)

2009-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20937


Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
Summary|Pre-subscribed members of   |Restrict Special:Listusers
   |wiki and list of volontary  |to specific group(s)
   |subscribed persons  |
   |accessible only volontary   |
   |subscribed persons  |




--- Comment #1 from Chad H. innocentkil...@gmail.com  2009-10-02 19:17:23 UTC 
---
Tweaking summary.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l