https://bugzilla.wikimedia.org/show_bug.cgi?id=16867
Gurch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Gurch <[email protected]> 2009-01-03 20:13:44 UTC --- (In reply to comment #1) > You can determine the rights associated with groups as returned by list=users > with meta=siteinfo&siprop=usergroups. Indeed you can. But this does not help any. Running that query tells me the rights that an autoconfirmed user gets. That much is fine. But it provides no way of determining whether a given user is autoconfirmed or not. Here is a query asking for the groups that two randomly selected en.wikipedia users are in. One of them is autoconfirmed, the other (as of this post) is not: http://en.wikipedia.org/w/api.php?action=query&list=users&ususers=Billy222|Hshelton&usprop=groups <?xml version="1.0"?> <api> <query> <users> <user name="Billy222" /> <user name="Hshelton" /> </users> </query> </api> It (correctly) tells me that neither user is in any groups. Thus regardless of what the query you mention tells me, I am none the wiser as to which is autoconfirmed. That is the information I need. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
