$this->logger->error("No unverified recovery email found for user {userId} during token verification. This may happen if the email was already verified or the verification link is from an old request.",['userId'=>$userId]);
$errorParams=[
'errors'=>[['error'=>$this->l->t('Could not verify recovery email because the token is invalid')]],