52 $logger = LoggerFactory::getInstance(
'authentication' );
53 foreach ( $this->reqs as $req ) {
56 $this->authManager->changeAuthenticationData( $req,
true );
58 "{requestingUser} did password reset of {targetUser} and an email was sent",
59 $this->logContext + [
'targetUser' => $req->username ]