From 932774a5e260941df52e9742d0b623305fccebda Mon Sep 17 00:00:00 2001 From: Hoo man Date: Sun, 27 May 2012 14:37:19 +0200 Subject: [PATCH] Fixed the API doc. for aurights (list=allusers) Listings with aurights can't show users with rights which are granted by implicit or auto-promoted groups like *, user, or autoconfirmed. This is my first commit, btw. Change-Id: I083eb977393729961317d0f3cf9f7cfaa50fde51 --- includes/api/ApiQueryAllUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index c84746dadc..e110e6770b 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -361,7 +361,7 @@ class ApiQueryAllUsers extends ApiQueryBase { 'dir' => 'Direction to sort in', 'group' => 'Limit users to given group name(s)', 'excludegroup' => 'Exclude users in given group name(s)', - 'rights' => 'Limit users to given right(s)', + 'rights' => 'Limit users to given right(s) (does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed)', 'prop' => array( 'What pieces of information to include.', ' blockinfo - Adds the information about a current block on the user', -- 2.20.1