See https://species.wikimedia.org/wiki/Special:CentralAuth/FuzzyBot
FuzzyBot@wikispecieswiki exists but not displayed, Not even "not attached"
https://species.wikimedia.org/w/index.php?title=Special:ListUsers&limit=1&username=FuzzyBot
Description
Related Objects
Event Timeline
It's just a normal system user. I have no idea whether those need to be attached or how to do it. Can someone explain?
Special:CentralAuth isn't showing it because there's no entry in the CA localuser table. I don't know why there isn't such an entry; I see the specieswiki user was created 2016-03-19, so it's possibly some bug that has since been fixed.
I misstated things earlier: it's not showing up at all because there is no entry in the localnames table, not localuser
The fix for the specific fact of these missing table entries would likely be something like this, using mwrepl:
$centraluser = CentralAuthUser::getMasterInstance( 'FuzzyBot' ); $centraluser->addLocalName( 'specieswiki' ); $centraluser->attach( 'specieswiki', 'login' );
If you don't have access to do that yourself, let me know.
EDIT: Better merge method.
I should have access, so I can try, though if I accidentally break something I wouldn't know how to fix it.
https://species.wikimedia.org/wiki/Special:CentralAuth/FuzzyBot now shows it as attached, though does not specify the method. Should I do the same for the two wikimania wikis for which it displays unattached?
You could.
It is showing the method, it's just that the icon for 'login' is a completely transparent image.
It's too confusing to reopen this task, so I created a new one: T302399: FuzzyBot account is not attached to global account on many Wikimedia wikis