Bug #104809
closedException in BE login notification with f:translate in custom SystemEmail layout
100%
Description
Similar to #104461 an error occurs if a custom SystemEmail
layout is registered which uses the <f:translate/>
Fluid viewhelper and a user logs into the TYPO3 BE having the emailMeAtLogin
option enabled:
No valid attribute "applicationType" found in request object
This happens because the EmailLoginNotification
is processed within a BE middleware but the request applicationType
attribute is set after middleware request processing by the BE application.
Updated by Mathias Brodala 3 months ago
- Related to Bug #104461: "Test Mail Setup" cannot send mails if System HTML mail layout uses <f:translate> added
Updated by Gerrit Code Review 3 months 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/+/85862
Updated by Gerrit Code Review 3 months 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/+/85862
Updated by Gerrit Code Review 3 months 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/+/85862
Updated by Stefan Bürk 3 months ago
- Related to Bug #100128: AdminLoginWarning email not sent when MFA is activated added
- Related to Bug #99864: Notify by email on login not working after user activates MFA added
- Related to Feature #100307: Use PSR-14 Events instead of hooks for logout in AbstractUserAuth added
Updated by Gerrit Code Review 3 months 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/+/85875
Updated by Mathias Brodala 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e9f467d7704c047fb8ddbd121d2b630ef9bbc48b.