Author: dariogiova
Description:
Consider the following two queries:
- http://test2.wikipedia.org/w/api.php?action=query&list=allusers&auprop=groups&aufrom=Selenium_user&aulimit=1
- http://test2.wikipedia.org/w/api.php?action=query&list=allusers&auprop=groups&aufrom=Selenium_user&aulimit=1&auactiveusers=1
The first query shows all the 7 groups that User:Selenium_user belongs to, while the second one only shows (the first?) 4, apparently only because auactiveusers has been added.
I think the second query should return all the 7 groups like the first one.
(Not relevant, but the bug was originally discovered in https://github.com/kynikos/wiki-monkey/issues/174#issuecomment-41489779 )
Version: 1.24rc
Severity: normal