Access Control

    Table of Contents:


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

    Read Allow to user / group read this language data in "Pages" tool
    Write Allow to user / group update this language 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 language 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 language in "Pages" tool. If permission are insufficient "Authorized denied" message will by shown if you try to open this tab

    CMS tool "Menu" 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