.. This reStructured text file has been automatically generated, do not change. .. Source: https://github.com/TYPO3/typo3/blob/main/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfAuthenticatedViewHelper.php :edit-on-github-link: https://github.com/TYPO3/typo3/edit/main/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfAuthenticatedViewHelper.php :navigation-title: be.security.ifAuthenticated .. include:: /Includes.rst.txt .. _typo3-fluid-be-security-ifauthenticated: ======================================================================== Be.security.ifAuthenticated ViewHelper `` ======================================================================== This ViewHelper implements an ifAuthenticated/else condition for backend users and backend groups. 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. .. _typo3-fluid-be-security-ifauthenticated_source: Source code =========== Go to the source code of this ViewHelper: `IfAuthenticatedViewHelper.php (GitHub) `__. .. _typo3-fluid-be-security-ifauthenticated_arguments: Arguments ========= The following arguments are available for ``: .. confval-menu:: :display: table :type: :default: .. _typo3-fluid-be-security-ifauthenticated-then_argument: .. confval:: then :name: typo3-fluid-be-security-ifauthenticated-then :type: mixed :required: false Value to be returned if the condition if met. .. _typo3-fluid-be-security-ifauthenticated-else_argument: .. confval:: else :name: typo3-fluid-be-security-ifauthenticated-else :type: mixed :required: false Value to be returned if the condition if not met.