MediaWiki REL1_39
SendPasswordResetEmailUpdate Class Reference

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

Inheritance diagram for SendPasswordResetEmailUpdate:
Collaboration diagram for 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 30 of file SendPasswordResetEmailUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 45 of file SendPasswordResetEmailUpdate.php.

Member Function Documentation

◆ doUpdate()

SendPasswordResetEmailUpdate::doUpdate ( )

Perform the actual work.

Implements DeferrableUpdate.

Definition at line 51 of file SendPasswordResetEmailUpdate.php.


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