Project

General

Profile

Actions

Bug #105699

open

Using <f:image in SystemEmail trigger exception in backend context

Added by Sebastien Convers about 5 hours ago. Updated about 2 hours ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2024-11-26
Due date:
% Done:

0%

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

Description

To reproduce the bug:

in settings.php

'EXTENSIONS' => [
   'backend' => [
      'loginLogo' => 'fileadmin/user_upload/test.jpg',
   ],
],

in SystemEmail.html, use `<f:image base64="true" src="{typo3.systemConfiguration.backend.loginLogo}" />`

Then, use the "forgot password" link before you log in the backend

It will trigger this exception

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1375955684: You are not allowed to access the given folder: "_processed_" | TYPO3\CMS\Core\Resource\Exception\InsufficientFolderAccessPermissionsException thrown in file /var/www/html/vendor/typo3/cms-core/Classes/Resource/ResourceStorage.php in line 875. Requested URL: https://test-distrib.ddev.site/typo3/login/password-reset/initiate-reset?loginProvider=1433416747 

A mail sent by EXT:form in a frontend context will work nice as expected.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #97733: Test mail setup fails with resources from fileadminUnder Review2022-06-05

Actions
Actions

Also available in: Atom PDF