34 $this->authManager = $authManager;
36 $this->logContext = $logContext;
40 $logger = LoggerFactory::getInstance(
'authentication' );
41 foreach ( $this->reqs as $req ) {
44 $this->authManager->changeAuthenticationData( $req,
true );
46 "{requestingUser} did password reset of {targetUser} and an email was sent",
47 $this->logContext + [
'targetUser' => $req->username ]
55class_alias( SendPasswordResetEmailUpdate::class,
'SendPasswordResetEmailUpdate' );