MediaWiki REL1_37
|
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. | |
Private Attributes | |
AuthManager | $authManager |
array | $logContext |
array | $reqs |
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.
References $authManager, $logContext, and $reqs.
SendPasswordResetEmailUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 51 of file SendPasswordResetEmailUpdate.php.
|
private |
Definition at line 32 of file SendPasswordResetEmailUpdate.php.
Referenced by __construct().
|
private |
Definition at line 38 of file SendPasswordResetEmailUpdate.php.
Referenced by __construct().
|
private |
Definition at line 35 of file SendPasswordResetEmailUpdate.php.
Referenced by __construct().