* (bug 8333) Fix quick user data update on login password change on
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 20 Dec 2006 09:09:50 +0000 (09:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 20 Dec 2006 09:09:50 +0000 (09:09 +0000)
commita83f5fbeae60d24312cd7b20ce07755a84b6c38f
tree847f44ab5e211ada4d68b21c1ed0b8265202fffb
parentf08bc609e8b2e48bddd3afbed52be1d81e888e4d
* (bug 8333) Fix quick user data update on login password change on
  replication database setups. User data is now pulled from master
  instead of slave in User::loadFromDatabase, ensuring that it is
  fresh and accurate when read and then saved back into cache.
  This was breaking with the Special:Rename operation which
  automatically logs the user in with the new password after changing
  it; pulling from slave meant the record was often not the updated
  one.
RELEASE-NOTES
includes/User.php