Allow null to be passed to User::setNewPassword()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 18 Nov 2013 15:04:09 +0000 (16:04 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 18 Nov 2013 15:04:09 +0000 (16:04 +0100)
commit9a362d64c86989837f9a0755abc7c5a78457ca78
tree2092b7288dfe265fa7028bf42881435c2ca8a661
parent295c9f93e92a17c6b24d209923cad6c8d324ae4b
Allow null to be passed to User::setNewPassword()

This allows the temporary password to be cleared. This methods now
behaves the same as User::setInternalPassword() with that value.

Bug: 57075
Change-Id: I2c446864c7eb591dcb64e5971bc9989950715d15
includes/User.php