Add getPassword/getTemporaryPassword accessors to User
authorKunal Mehta <legoktm@gmail.com>
Mon, 4 Aug 2014 01:41:39 +0000 (18:41 -0700)
committerKunal Mehta <legoktm@gmail.com>
Mon, 4 Aug 2014 01:41:39 +0000 (18:41 -0700)
commit50bcbe6c89e4421768fa16d14ffe9b2aadac1027
tree337b8566cbe61bcf9a2898c4810a924efdba084c
parent7d20628125ba1368fd54de00dec6cec60def2354
Add getPassword/getTemporaryPassword accessors to User

In I0a9c972931a, User::load() no longer loaded the
mPassword and mNewpassword member variables, and
User::loadPasswords() is private. So this lets
things that need to access the Password objects directly.

Change-Id: Ib79ce01a47f90af681e376ce918eda559b4b94a6
includes/User.php