https://bugzilla.wikimedia.org/show_bug.cgi?id=39997
--- Comment #6 from Chris Steipp <[email protected]> --- Marco, I added an email address to your accounts on: * newwiki * siwiki * siwiktionary * slwikiquote * slwiktionary * smwiki * smwiktionary So you can go and reset your passwords there, and merge them. I can do the other ones too, but since there wasn't steward-level activity in the log, I'm not sure who needs to give approval for that. For the larger issue of why: * On all these wikis, there was a user account with the name MarcoAurelio, with no email address and no password. * For all these wikis, there was no entry in centralauth.localuser or centralauth.localnames for MarcoAurelio So it looks like SpecialUserlogin::initUser() runs the first $u->addToDatabase() to put the default user object into the db, but before it reaches $u->saveSettings() (24 lines later), something happens. Since the centralauth tables weren't updated either, it might be that $wgAuth->initUser( $u, $autocreate ); wasn't run either. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
