Add loadPasswords() calls to User password mutators
authorTyler Romeo <tylerromeo@gmail.com>
Mon, 4 Aug 2014 15:10:01 +0000 (11:10 -0400)
committerTyler Romeo <tylerromeo@gmail.com>
Mon, 4 Aug 2014 15:10:01 +0000 (11:10 -0400)
commita223f2541b6874c82c204b5f07d26fe8d6bea31d
treec01bf03896089ed63e21c203e091991240d811c7
parent6f022809880ed9ae330045b76723f9d14601916e
Add loadPasswords() calls to User password mutators

In User::setPassword() and User::setNewpassword(), added
calls to loadPasswords() so that the passwords are not
overridden when they are eventually actually loaded.

Bug: 69102
Change-Id: I0b881986323051abed7d1af816eae9eafdbd6782
includes/User.php