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


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 30 of file SendPasswordResetEmailUpdate.php.
| SendPasswordResetEmailUpdate::__construct | ( | AuthManager | $authManager, |
| array | $reqs, | ||
| array | $logContext ) |
| AuthManager | $authManager | |
| array | $reqs | |
| array | $logContext |
Definition at line 45 of file SendPasswordResetEmailUpdate.php.
| SendPasswordResetEmailUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 51 of file SendPasswordResetEmailUpdate.php.