Access Control

    Table of Contents:


    Access control allows control page access for user or / and assigned to user groups:

    Read Allow to user / group read this folder data in "Pages" tool
    Write Allow to user / group update this folder data in "Pages" tool. If permission are insufficient "Authorized denied" message will by shown if you try to update data
    Exec Allow only logged user / group run pages of this folder in browser (if not set - no limitations). If any user is not logged in this browser - authentication form will be shown in browser. If user is logged ant his permissions are insufficient - "Authorized denied" message wil be shown
    Manage Allow to user / group update access control permissions of this folder in "Pages" tool. If permission are insufficient "Authorized denied" message will by shown if you try to open this tab

    CMS tool "Pages" inherit access control from /cms/srv/admin/data/pages.xml file:

    <acl inherit="0"> <entry type="role">admin</entry> <entry type="role" w="0">demo</entry> </acl>
    Vulnerability Scanner