MediaWiki master
MediaWiki\Deferred\SendPasswordResetEmailUpdate Class Reference

Sends emails to all accounts associated with that email to reset the password. More...

Inherits MediaWiki\Deferred\DeferrableUpdate.

Collaboration diagram for MediaWiki\Deferred\SendPasswordResetEmailUpdate:

Public Member Functions

 __construct (AuthManager $authManager, array $reqs, array $logContext)
 
 doUpdate ()
 Perform the actual work.
 

Detailed Description

Sends emails to all accounts associated with that email to reset the password.

Since
1.35

Definition at line 32 of file SendPasswordResetEmailUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Deferred\SendPasswordResetEmailUpdate::__construct ( AuthManager $authManager,
array $reqs,
array $logContext )
Parameters
AuthManager$authManager
array$reqs
array$logContext

Definition at line 47 of file SendPasswordResetEmailUpdate.php.

Member Function Documentation

◆ doUpdate()

MediaWiki\Deferred\SendPasswordResetEmailUpdate::doUpdate ( )

Perform the actual work.

Implements MediaWiki\Deferred\DeferrableUpdate.

Definition at line 53 of file SendPasswordResetEmailUpdate.php.


The documentation for this class was generated from the following file: