Actions
Bug #90459
closedReal name is not shown in the BE user's detail view
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-02-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
A wrong variable is used in the Fluid template file which prevents the display of the user's real name.
File: typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Show.html
Wrong variable used: {data.user.userName}
Correct variable: {data.user.realName}
Files
Actions