Skip to content

Conversation

@gerchomat
Copy link
Contributor

added backend users with user name, real name, email address, description, avatar (for TYPO3 7) and last login to fix issue 7 of t3monitoring

'lastLogin' => $backendUser->getLastLoginDateAndTime(),
'avatar' => ''
);
if (GeneralUtility::compat_version('7.5')) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the avatar, I don't see any need for that and it requires a lot of code to get all this info in an eID call which should be fast

@georgringer
Copy link
Owner

can you check my comments and make it more lowlevel? thanks

@liayn liayn mentioned this pull request Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User last logged in

2 participants