https://bugzilla.wikimedia.org/show_bug.cgi?id=63396
--- Comment #3 from Alex Monk <[email protected]> --- $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 ) . ')' ) ); I can log in now -- 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
