Optimize email sending on password reset
authorsuecarmol <scardenasmolinar@wikimedia.org>
Wed, 8 Apr 2020 00:13:54 +0000 (19:13 -0500)
committerReedy <reedy@wikimedia.org>
Mon, 20 Apr 2020 18:50:42 +0000 (19:50 +0100)
commitd07521a0ab71ec6c0a23adab0ead28cea2af44f4
treea9c85ae41786763b641cf16bec2df9a23c096d61
parentabb5cd734581ee57ef75d4c51a35ce3260bc073c
Optimize email sending on password reset

Improve performance of sending emails when a user resets a password.

Bug: T247017
Change-Id: I9edb0e4c8845f7a9082035de66f5965c3f9b762d
autoload.php
includes/deferred/SendPasswordResetEmailUpdate.php [new file with mode: 0644]
includes/user/PasswordReset.php
tests/phpunit/includes/user/PasswordResetTest.php