Backend user API
In TYPO3, backend users (BE users) are responsible for managing content,
settings, and administration tasks within the backend. They are stored in the
be_
database table and authenticated via the
Backend user object
stored in the global variable
$GLOBALS
(class
\TYPO3\
).
See also
- How to create and manage backend users: Backend user management.
- Security Guide: Users and access privileges.
- Backend user object
- Access control in the backend (users and groups)
- User settings configuration
- Be.security.ifAuthenticated ViewHelper <f:be.security.ifAuthenticated>
- Be.security.ifHasRole ViewHelper <f:be.security.ifHasRole>
- TypoScript condition [backend.user.isLoggedIn]