[01:25:09] Hi all, what would be the quickest way to get the recent contributions from a given user on all wikis (for example to implement a quicker global rollback? It would likely go through the API? [01:26:00] ufnortunately there isn't a quick way to do it, you basically just have to iterate over every wiki in the sitematrix [01:26:46] The other way would be have a mass-rollback script installed globally and just go account by account in the centralauth list with accounts sorted by edits [01:27:36] if it's a user, you can use centralauth [01:27:44] but if you want to support IPs to, no dice [01:27:53] oh right forgot IPs exist [01:28:05] In that case GUC, I guess, but still just a still-tedious workaround [01:28:14] !guc tool doesn't have an API on first sight? [01:29:37] No, I mean you would load up every wiki the user has gone to manually and then use a rollback tool that applies to all of a user's edits, just limited by wiki [01:30:00] xtools globalcontribs might have an api https://xtools.wmflabs.org/globalcontribs [01:30:16] https://www.mediawiki.org/wiki/XTools/API [01:31:13] nice [01:31:35] But doesn't seem to be working unfortunately [01:32:50] heck [01:33:02] at least not for the guc tool [05:47:59] I think you could have a tool that listens to evenstreams and keeps track of each seen IPs/username and which wiki it edited, maybe purging those that haven't been seen in say, 30 minutes [05:48:30] then you could get a fast response for countering immediate abuse and then crawl through all wikis afterwards to make sure nothing was missed [15:46:10] I am trying to register a developer account for toolforge via https://toolsadmin.wikimedia.org/register/. It tells me " Wikimedia account is already in use. " So it appears that I have already registered a developer account associated with my wikimedia account. But I did not remember when I registered such an account. How can I find my developer account username and password? I did try to login with my wikimedia account credentials at [15:46:10] https://toolsadmin.wikimedia.org/auth/login/?next=/register/. But they are wrong. [15:49:40] Have you used gerrit or wikitech before [15:50:04] Also what's your wikimedia account [15:53:27] Hoi: what's your Wikimedia username? [15:54:44] majavh, Spookreeno: I am afraid I did not remember. My wikimedia account is 虹易 ([[User:虹易]]). [15:59:43] * do not [16:02:48] majavah: can I assume you have a magic button to map Wikimedia username to ldap [16:12:22] Hoi: I see you have a developer account named "hoi", if you don't remember your password you'll need to file a task to work around https://phabricator.wikimedia.org/T174469 [16:15:57] majavah: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/OpenStackManager/+/394510/3/maintenance/attachLdapUser.php [16:16:21] Thanks a lot. Now I can remember I just created it several weeks ago. And I have found the password in my notebook. [16:19:10] Ah good :) [16:22:02] 🙂