Package

ViewHelpers

ViewHelper Documentation

security.ifAuthenticated

This view helper implements an ifAuthenticated/else condition for FE users/groups.

= Examples =

<f:security.ifAuthenticated> This is being shown whenever a FE user is logged in </f:security.ifAuthenticated> Everything inside the <f:ifAuthenticated> tag is being displayed if you are authenticated with any FE user account.

<f:security.ifAuthenticated> <f:then> This is being shown in case you have access. </f:then> <f:else> This is being displayed in case you do not have access. </f:else> </f:security.ifAuthenticated> Everything inside the "then" tag is displayed if you have access. Otherwise, everything inside the "else"-tag is displayed.

Arguments

then anySimpleType

Value to be returned if the condition if met.

else anySimpleType

Value to be returned if the condition if not met.

ViewHelper Resources

Schema Resources