Project

General

Profile

Actions

Bug #100174

closed

felogin: Recovery mail type mismatch

Added by Sven Proffe about 1 year ago. Updated almost 1 year ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2023-03-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3\CMS\FrontendLogin\Service\RecoveryService::prepareMail() creates an object of type TYPO3\CMS\Core\Mail\FluidEmail\FluidEmail but returns it as Symfony\Component\Mime\Email. This mistyped mail object is subsequently used in TYPO3\CMS\FrontendLogin\Event\SendRecoveryEmailEvent.

I would like to propose to use only FluidEmail within classes RecoveryService and SendRecoveryEmailEvent to make the code more consistent and avoid problems in code that listens to SendRecoveryEmailEvent to manipulate e.g. the contents of the password recovery email to be sent.

Actions #1

Updated by Gerrit Code Review about 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78384

Actions #2

Updated by Gerrit Code Review about 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78384

Actions #3

Updated by Gerrit Code Review about 1 year ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78384

Actions #4

Updated by Gerrit Code Review about 1 year ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78384

Actions #5

Updated by Gerrit Code Review about 1 year ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78928

Actions #6

Updated by Andreas Nedbal about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review almost 1 year ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78928

Actions #8

Updated by Andreas Nedbal almost 1 year ago

  • Status changed from Under Review to Resolved
Actions

Also available in: Atom PDF