Feature #9143
Backport f:security.ifAuthenticated and f:security.ifHasRole ViewHelpers
Start date:
2010-08-05
Due date:
% Done:
0%
Estimated time:
Has patch:
Description
f:security.ifAuthenticated and f:security.ifHasRole ViewHelpers should be available in v4 too.
Note: The $role attribute of the ifHasRole ViewHelper could be the fe_group:
<f:security.ifHasRole role="{settings.editorUserGroup}"> <f:link action="edit" /> </f:security.ifHasRole>