|
MediaWiki master
|
Sends emails to all accounts associated with that email to reset the password. More...
Inherits MediaWiki\Deferred\DeferrableUpdate.

Public Member Functions | |
| __construct (AuthManager $authManager, array $reqs, array $logContext) | |
| doUpdate () | |
| Perform the actual work. | |
Sends emails to all accounts associated with that email to reset the password.
Definition at line 18 of file SendPasswordResetEmailUpdate.php.
| MediaWiki\Deferred\SendPasswordResetEmailUpdate::__construct | ( | AuthManager | $authManager, |
| array | $reqs, | ||
| array | $logContext ) |
| AuthManager | $authManager | |
| array | $reqs | |
| array | $logContext |
Definition at line 33 of file SendPasswordResetEmailUpdate.php.
| MediaWiki\Deferred\SendPasswordResetEmailUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements MediaWiki\Deferred\DeferrableUpdate.
Definition at line 39 of file SendPasswordResetEmailUpdate.php.