Turn PasswordReset into a service
authorMax Semenik <maxsem.wiki@gmail.com>
Tue, 10 Sep 2019 02:49:12 +0000 (19:49 -0700)
committerJforrester <jforrester@wikimedia.org>
Mon, 7 Oct 2019 14:31:46 +0000 (14:31 +0000)
commit9feb18149101fb505b8d55beb38c2baa9f848384
tree29b0e915b857f7992440ac8d16271cf7e824ac2f
parentc96b4e13235351b03f2da790cc97de53ff86e4f7
Turn PasswordReset into a service

My team has plans to work in this area, better make it more testable.

Bug: T232694
Change-Id: I200874ec10db69378ada1743b2a7953b3fa01e3e
(cherry picked from commit 631f56c5766f582f21dd35eff0376b14692aa145)
RELEASE-NOTES-1.34
includes/MediaWikiServices.php
includes/ServiceWiring.php
includes/api/ApiResetPassword.php
includes/specialpage/LoginSignupSpecialPage.php
includes/specials/SpecialPasswordReset.php
includes/user/PasswordReset.php
tests/phpunit/includes/user/PasswordResetTest.php