* Changed password hash format, see wikitech-l
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 5 Jun 2008 12:58:02 +0000 (12:58 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 5 Jun 2008 12:58:02 +0000 (12:58 +0000)
commit461a770a6fa5b43107d204c1230721751875236b
treec87c72a468e572bcef0f5b8965497281420450f4
parent809f8ddd0873bfed0e3a5b7fa480018218c0f04d
* Changed password hash format, see wikitech-l
* Made the PasswordReset and Maintenance extensions, and maintenance/changePassword.php work with CentralAuth, by calling User::setPassword() instead of updating the database directly. They work now even if you use an object cache.
* Don't automatically log in as the user in question when CentralAuthUser::setPassword() is called, it's kind of uncool when an administrator is setting the password of another user.
* Fix bug 14330 by setting the local passwords on demerge
includes/GlobalFunctions.php
includes/User.php
maintenance/changePassword.php
maintenance/updaters.inc