https://bugzilla.wikimedia.org/show_bug.cgi?id=69007
--- Comment #2 from Chris Steipp <[email protected]> --- Found it. CentralAuth doesn't do the md5 handling that User::loadFromRow() does, if ( preg_match( '/^[0-9a-f]{32}$/', $row->user_password ) ) { $row->user_password = ":A:{$this->mId}:{$row->user_password}"; } Patch in just a minute.. -- 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
