:navigation-title: be.security.ifAuthenticated .. include:: /Includes.rst.txt .. _typo3-fluid-be-security-ifauthenticated: ======================================================================== Be.security.ifAuthenticated ViewHelper `` ======================================================================== .. typo3:viewhelper:: be.security.ifAuthenticated :source: ../../../Global.json :display: tags,description,gitHubLink,arguments .. _typo3-fluid-be-security-ifauthenticated-example: Examples ======== Basic usage:: This is being shown whenever a BE user is logged in Everything inside the :html:`` tag is being displayed if the user is authenticated with any backend user account. IfAuthenticated / then / else:: This is being shown in case you have access. This is being displayed in case you do not have access. Everything inside the :html:`` is displayed the backend user is logged in. :html:`` is displayed if no backend user is logged in.