https://bugzilla.wikimedia.org/show_bug.cgi?id=66401
Antoine "hashar" Musso (WMF) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Antoine "hashar" Musso (WMF) <[email protected]> --- That is a duplicate of Bug 63396 - Submitting Special:ChangePassword gives Internal error. The bug even has the fix: $db = CentralAuthUser::getCentralDB(); $wikiList = CentralAuthUser::getWikiList(); $db->delete( 'localuser', array( 'lu_name' => 'Krenair', 'lu_wiki NOT IN (' . $db->makeList( $wikiList ) . ')' ) ); $db->delete( 'localnames', array( 'ln_name' => 'Krenair', 'ln_wiki NOT IN (' . $db->makeList( $wikiList ) . ')' ) ); *** This bug has been marked as a duplicate of bug 63396 *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
