https://bugzilla.wikimedia.org/show_bug.cgi?id=70098
Kevin Israel (PleaseStand) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Kevin Israel (PleaseStand) <[email protected]> --- (In reply to Chris Steipp from comment #10) > [...] the password was updated to > :A::<hash>, and I couldn't login. I think I753c135a would fix that problem. We may need a DB cleanup script and/or the compatibility hack I thought we didn't need. > [...] I'm not able to find a reliable > reproduction for ending up in that state though. Perhaps the user had tried to reset his password by email before attempting to log in with his existing password? That would cause $user->saveSettings() to be called, which to get the string to store in the DB, would call toString() on the MWOldPassword object. Though why would we have :A: hashes in the DB at all? -- 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
