list=allusers&aurights=[unusedright] returns all users of the wiki
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 5 Oct 2012 19:03:17 +0000 (21:03 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 28 Oct 2012 19:33:14 +0000 (19:33 +0000)
commitd40d4a9bc77d8dee1df62073038058f33d11cc39
tree9f141bd0b259ce1e424a22769482664887052384
parentb229466fd55cc0549b9c53f19be25950b0103ef8
list=allusers&aurights=[unusedright] returns all users of the wiki

Filter for an unused right gives an empty group array, which
is not added to the query and than all users (with limit) are
selected.

Change-Id: I57c3c4d2b49653d71391b0d7755fdc0ad1d3a7d0
includes/api/ApiQueryAllUsers.php