I want to work with the userdata of the currently logged in frontend user. How can I get them?
TYPO3 stores the data of the frontend user in a special object inside the TSFE. The user object can be reached with:
To get a special value of the user like UID or EMAIL you can reach them like this:
If you found a mistake or if you have a good tip or suggestion, please contact me at thomas(at)typo3-unleashed.net. I will check it and correct the entry or insert the new one.
Thanks in advance for your help.