Improve changePassword.php error handling
authorGergő Tisza <tgr.huwiki@gmail.com>
Mon, 8 Apr 2019 22:19:07 +0000 (15:19 -0700)
committerGergő Tisza <tgr.huwiki@gmail.com>
Mon, 8 Apr 2019 22:20:33 +0000 (15:20 -0700)
commit1968af17edc1c0874a82800a7498f87439e0523e
treefba85dc682f5a27ab0d03fd440ec9ce9113da2e4
parent535518220ad685c262332caa8ea94d0b6a6fe3a4
Improve changePassword.php error handling

* User::changeAuthenticationData does not throw PasswordError
* passwords are not stored in User so there's no point in saving it

Bug: T219689
Change-Id: I2cef889523903fb8c5f091f63482970ea212446c
maintenance/changePassword.php