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 19:06:30 +0000 (20:06 +0100)
commit42e0b355e2a382f7a96764cb9d04e4d1490377a4
tree1e6f613a267016299e159d9373e0a20403b8a45e
parent3d74af3e963bdcbbdbd58e65a5efdd7819db5236
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