【问题标题】:ACL in joomla (access control list)?joomla中的ACL(访问控制列表)?
【发布时间】:2013-10-10 05:34:00
【问题描述】:

有人可以详细说明以下声明吗

"In this helloworld-example the actions to which access is 
controlled are divided in   three sections: at the component
level, the category level and the item level"

什么是组件级访问、类别级访问和项目级访问。

复制自

http://docs.joomla.org/J2.5:Developing_a_MVC_Component/Adding_ACL#Describing_the_actions_you_want_to_control_the_access_to

【问题讨论】:

    标签: joomla joomla2.5 joomla-extensions joomla3.0


    【解决方案1】:

    是Joomla ACL瀑布层次结构的描述:

    |- Global configuration
       |- Component level
          |- Component category level
             |- Item Level (in default extensions only content articles)
    

    所以默认情况下,组件从全局配置继承所有权限,类别从组件继承,项目从所在的类别继承。

    您可以覆盖任何级别的任何规则,这些规则会传播到以下级别:

    • 如果您在 Managers 组的组件配置中禁用 edit 权限,他们将无法编辑任何项目。
    • 如果您在类别级别执行此操作,他们将无法编辑该类别中的项目
    • 禁用项目的编辑权限仅适用于该项目

    【讨论】:

      猜你喜欢
      • 2013-11-24
      • 1970-01-01
      • 2011-10-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-05-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多