Archived

Difference between revisions of "Access Control List Tutorial"

From Joomla! Documentation

Line 285: Line 285:
 
[[Image:Art adm allow.PNG|center|thumb|900px]]
 
[[Image:Art adm allow.PNG|center|thumb|900px]]
 
That's all you need to do. Members of this group can login to the back end and do everything in Article Manager but can't do anything else in the back end.
 
That's all you need to do. Members of this group can login to the back end and do everything in Article Manager but can't do anything else in the back end.
[[Category:Joomla! 1.6]] [[Category:Tutorials]][[Category:Access Control]]
+
[[Category:Joomla! 1.6]] [[Category:Tutorials]][[Category:Access Control]][[Category:Access Management]]

Revision as of 03:57, 20 September 2010

This page has been archived. This page contains information for an unsupported Joomla! version or is no longer relevant. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Template:Future

Note: This is a draft version written for the October 2009 alpha2 release of Joomla! version 1.6. Since version 1.6 is still under active development, screenshots and other information discussed in this article may change before the final release of version 1.6. However, it is expected that the basic concepts outlined here will not change.

ACL Defined[edit]

ACL or Access Control List
According to Wikipedia, “An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed to be performed on given objects.”

In the case of Joomla!, we have two separate aspects to ACL.

  1. Which users can gain access to what parts of the website? For example, will a given menu choice be visible for a given user?
  2. What operations (or actions) a user can perform on any given object? For example, can a user submit or edit an article?

Overview of ACL in Version 1.6[edit]

This section outlines the major ACL changes between versions 1.5 and 1.6.

Users, Groups, and Access Levels[edit]

With the definition in mind, let's look at how we set up the ACL for our site in version 1.6. The table below summarizes the major changes from version 1.5.


Version 1.5 Version 1.6
Groups 7 fixed groups (Public, Registered, Author, Editor, Publisher, Manager, Administrator, and Super-Administrator) Unlimited user-defined Groups
Users & Groups A User can be assigned to only one group A User can be assigned to multiple groups
Access Levels 3 fixed Access Levels (Public, Registered, Special) Unlimited user-defined Access Levels
Access Levels & Groups Relationship between Groups and Access Levels was fixed. Groups are assigned to Access Levels. Any combination of Groups can be assigned to any Access Level.

We see that in every case the ACL has been made much more flexible, with unlimited Groups and Access Levels, and the ability to assign one User to multiple Groups and any Groups to any Access Level.

Actions, Groups, and Inheritance[edit]

The other side of ACL is granting permissions to users to take actions on objects. Here again there is a big change between Version 1.5 and 1.6. In 1.5, the actions allowed for a given group were fixed. For example, a User in the Author group could only submit an article whereas someone in the Publisher group could submit, edit, and publish articles. Also, in version 1.5 the permissions were all-or-nothing. A member of the Editor group could edit all articles on the site.

The table below shows what has changed between versions 1.5 and 1.6.


Version 1.5 Version 1.6
Groups and Actions Actions allowed by different groups are fixed. Actions allowed for each group are defined by site administrator.
Permission Scope Entire Site. User has same permissions for all objects on the site. Permissions can be set at multiple levels in hierarchy: Site, Component, Category, Object.
Permission Inheritance Not applicable Permissions can be inherited from parent Groups and parent Categories

How Permissions Work[edit]

There are four possible permissions for actions, as outlined below:

  • Not set: Defaults to "deny" but, unlike the Deny permission, this permission can be overridden by setting a child group or a lower level in the permission hierarchy to "Allow". This permission only applies to the Global Configuration permissions.
  • Inherit: Inherits the value from a parent Group or from a higher level in the permission hierarchy. This permission applies to all levels except the Global Configuration level.
  • Deny: Denies this action for this level and group. IMPORTANT: This also denies this action for all child groups and all lower levels in the permission hierarchy. Putting in Allow for a child group or a lower level will not have any effect. The action will always be denied for any child group member and for any lower level in the permission hierarchy.
  • Allow: Allows this action for this level and group and for lower levels and child groups. This does not have any effect if a higher group or level is set to Deny or Allow. If a higher group or level is set to Deny, then this permission will always be denied. If a higher group or level is set to Allow, then this permission will already be allowed.

Permission Hierarchy Levels[edit]

Action permissions in version 1.6 can be defined at up to four levels, as follows:

  1. Global Configuration: determines the default permissions for each action and group.
  2. Component Options->Permissions: can override the default permissions for this component (for example, Articles, Menus, Users, Banners, and so on)
  3. Category: can override the default permissions for objects in one or more categories. Applies to all components with categories, including Articles, Banners, Contacts, Newsfeeds, and Weblinks.
  4. Article: Can override the permissions for a specific article. This level only applies to articles. Other components only allow the first three levels.

Global Configuration[edit]

This is accessed from Site → Global Configuration → Permissions. This screen allows you set the top-level permission for each group for each action, as shown in the screenshot below.

Screen global config permissions 20091018.png

The options for each value are Not Set (shown as "..."), Allow, or Deny.

Component Options->Permissions[edit]

This is accessed for each component by clicking the Options icon in the toolbar. This screen is similar to the Global Configuration screen above, except that the options are Inherit, Allow, or Deny. An example is shown below:

Screen menu permissions 20091018.png

Note that this option will only be available for members of groups who have permission for the Admin action in the Global Configuration screen.

Category[edit]

Category permissions are accessed in the Category Manager: Edit Category screen. This screen has five tabs, as shown below.

Screen category permissions1 20091018.png

The first tab shows the current permissions for each group for this category. Each of the other four tabs allows you to change the permissions for one action. For example, the screen below shows how you can change the permissions in the Create tab.

Screen category permissions2 20091018.png

Note that the Manage and Admin actions do not apply at the category level, so those actions are not included.

Note also that Categories can be arranged in a hierarchy. If so, then action permissions in a parent category are inherited automatically by a child category. For example, if you had a category hierarchy of Animals → Pets → Dogs, then the full permission level hierarchy for an article in the Dogs category would be as follows:

  • Global Configuration
  • Article Manager → Options → Permission
  • Animals Category
  • Pets Category
  • Dogs Category
  • specific article

Article[edit]

Permissions for a single article are access in the Article Manager: Edit Article screen. This screen has four tabs, as shown below.

Screen article permissions1 20091018.png

The first tab shows the current permissions for each group for this article. Each of the other tabs allows you to change the permissions for one action. For example, the screen below shows how you can change the permissions in the Delete tab.

Screen article permissions2 20091018.png

Note that the Manage, Admin, and Create actions do not apply at the article level, so these actions are not included. Permission to create an article is set at one of the higher levels in the hierarchy.

Access Levels[edit]

Access Levels in version 1.6 are simple and flexible. The screen below shows the Special Access Level.

Screen user access level 20091016.png

To create an access level, you simply check the box for each group you want included in that level. The Special Access Level includes the Administrator, Manager, Publisher, Editor, Author, and Super Users groups.

Once Access Levels are created, they are used in the same way as in version 1.5. Each object in the front end is assigned an Access Level. If the level is Public, then anyone may access that object. Otherwise, only members of groups assigned to that access level may access that object.

For example, the screen below shows the Edit Menu Item screen with the list of available access levels.

Screen menu access level 20091016.png

Default ACL Setup[edit]

When Joomla! is installed, these are set to their initial default settings. We will discuss these initial settings as a way to understand how the ACL works.

Default Groups[edit]

Version 1.6 allows you to define your own Groups. When you install version 1.6, it includes a set of default groups, as shown below.

Screen user groups 20091016.png

The arrows indicate the child-parent relationships. As discussed above, when you set a permission for a parent group, this permission is automatically inherited by all child groups. The Not Set, Inherit, and Allow permissions can be overridden for a child group. The Deny permission cannot be overridden and will always deny an action for all child groups.

Global Configuration[edit]

Joomla! version 1.6 will install with the same familiar back-end permissions as that of version 1.5. However, with 1.6, you can easily change these to suit the needs of your site.

As discussed earlier, the permissions for each action are inherited from the level above in the permission hierarchy and from a group's parent group. Let's see how this works. The top level for this is the entire site. This is set up in the Site->Global Configuration->Permissions, as shown below.

Screen content global config 20091014.png

The first thing to notice is the column headings, Admin, Login, Manage, Create, Delete, Edit, Edit State. These are the actions that a use can perform on an object in Joomla. The specific meaning of each action depends on the context. For the Global Configuration screen, they are defined as follows:

Admin
Grants the user "super user" status. Users with this permission can do anything on the site. Only users with this permission can change Global Configuration settings (this screen). These permissions cannot be restricted.
Login
Login to the back end or front end of the site
Manage
Open the component manger screens (User Manager, Menu Manager, Article Manager, and so on)
Create
Create new objects (for example, users, menu items, articles, weblinks, and so on)
Delete
Delete existing objects
Edit
Edit existing objects
Edit State
Change object state (Publish, Unpublish, Archive, and Trash)

On the left side, we have the Groups for the site. In this case, we have the standard 7 groups that we had in version 1.5 plus we have an additional group called "Park Rangers". Notice that our groups are set up with similar permissions as they were for version 1.5. Keep in mind that we can change any of these permissions to make the security work the way we want. Let's go through this to see how it works.

  • Public has everything set to "..." or not set. The default in this case is for no permissions. So, as you would expect, the Public group has no special permissions. Also, it is important to note that, since nothing is set to Deny, all of these permissions may be overridden by child groups or by lower levels in the permission hierarchy.
  • Registered is the same a Public except for the Allow permission for the Login action. This means that members of the Registered group can login to the site. Since default permissions are inherited, this means that, unless a child group overrides this permission, all child groups of the Registered group will be able to login as well.
  • Administrator group members have permissions for Manage, Create, Delete, Edit, and Edit State. This means that members of this group, by default, can do everything except be a "super user". They can open the different component manager screens (User Manager, Article Manager, and so on) and can create, delete, edit, and change the state of these objects.
  • Manager is a "child" group of the Administrator group. So, by default, the Manager group inherits all of the same permissions as the Administrator group.
  • Park Rangers and Publisher both are children of the Registered group and inherit that group's default permissions.
  • Editor is a child of the Publishers group and inherits its permissions.
  • Author is a child of the Editor group and inherits its permissions. Since Publishers, Editor, and Author have no back-end permissions, we will discuss them below, when we discuss front-end permissions.
  • Super Users group has the Allow permission for the Admin action. Because of this, members of this group have super user permissions throughout the site. They are the only users who can access and edit values on the Global Configuration screen.

There are two very important points to understand from this screen. The first is to see how the permissions can be inherited from the parent Group. The second is to see how you can control the default permissions by Group and by Action.

This provides a lot of flexibility. For example, if you wanted Park Rangers to be able to have the ability to login to the back end, you could just change their Login value to "Allow". If you wanted to not allow members of Administrator group to delete objects or change their state, you would change their permissions in these columns to Inherit (or Deny).

Component Options & Permissions[edit]

Now, let's continue to see how the default back-end permissions for version 1.6 mimic the permissions for version 1.5. The Super Users group in 1.6 is equivalent to the Super Administrator group in 1.5.

Just looking at the Global Configuration screen above, it would appear that the Administrator group and the Manager group have identical permissions. However, in version 1.5 Administrators can do everything except Global Configuration, whereas Managers are not permitted to add users or work with menu items. That is also true in the default version 1.6 configuration. Let's see how this is accomplished.

If we navigate to Users->User Manager and click the Options button in the toolbar, we see the screen below:

Screen user config 20091015.png

This screen is the same as the Global Configuration Permissions screen, except that these values only affect working with Users. Let's look at how this works.

First, notice that the Administrator group has Allow permission for the Admin action and the Manager group has Deny permission for this action. Remember that the Admin action in the Global Configuration screen gives the group "super user" permissions. In this screen, the Admin action allows you to edit the Options values. So, the Administrator group can do this but the Manager group cannot.

Next, notice that the Administrator has Inherit for the Manage action and the Manager group has Deny permission. In this screen, the Manage action gives a group access to the User Manager. Since the Administrator has Allow for the Manage action by default, then the Inherit permission here means they inherit the Allow permission for the Manage action. Since the Manager group has Deny permission for the Manage action, members of the Manager group cannot access the User Manager and therefore cannot do any of the other user-related actions.

If you look at the Options for Menus->Menu Manager, you will see the same default settings as for the User Manager. Again, the Administrator group can manage and set default permissions for Menu Manager objects whereas the Manager group cannot.

In short, we can see that the different permissions for the Administrator and Manager groups are set using the Options->Permissions forms on the User Manager and Menu Manager screens.

It is also important to understand that this same Options->Permissions form for setting default permissions is available for all Joomla! objects, including Media Manager, Banners, Contacts, Newsfeeds, Redirect, Search Statistics, Web Links, Extensions, Modules, Plugins, Templates, and Language. So you now have the option to create user groups with fine-tuned sets of back-end permissions.

Front End Permissions[edit]

Default permissions for the front end are also set using the Options form. Let's look at Content->Article Manager->Options->Permissions.

Screen content options permissions 20091015.png

First, if we look at the permissions for Administrator and Manager, we see that in this case Administrator can do all actions for articles and Manager can do all actions except the Admin action. So both groups can create, delete, edit, and change the state of articles, but a Manager cannot see or change the default permissions for articles.

Now, let's look at the groups Publisher, Editor, and Author and see how their permissions are set. All of these groups have Inherit permission for Admin and Manage. Remember that Publisher is a child of the Registered group, and Registered does not have any default permissions except for Login. Since Registered does not have permission for Admin and Manage, and since Publisher's permission for Admin and Manage is Inherit, then Publisher does not have these permissions either. This same permission is passed from Publisher to Editor and from Editor to Author. So, by default, none of these groups are allowed to work with articles in the back end.

Publisher has Allow permission for Create, Edit, and Edit State. This means that Publishers, by default, can add new articles, edit existing articles, and change the state of articles. Note that, by default, Publishers can not delete articles. However, this could potentially be overridden for a child group or at the category or article level in the permissions hierarchy.

Editors inherit the same permissions as Publishers except that they have Deny permission for the Edit State action. So Editors can Create and Edit but are not allowed to Edit State, which in this case means to Publish, Unpublish, Trash, or Archive articles. Remember that the Deny permission cannot be overridden for child groups or for categories or articles. So, with this setup, members of Editor and any child group of Editor can never have Edit State permission for any category or any article.

Finally, Authors inherit the Editor permissions except for the Deny in Edit. So Authors can only Create new articles and cannot do any other action. Again, since there is an explicit Deny, this cannot be overridden for any category or article.

It is important to remember that, except for the Deny settings, these permissions are only default settings for categories and articles and for any child groups that are created. So they can be overridden for child groups, for categories, and for specific articles.

Article Manager & Actions Diagram[edit]

The diagram below shows how each action in the permissions form relates to the various options on the Article Manager screen.

Tutorial acl diagram 20091014.png
  • Admin allows you to view and change the Options for the component.
  • Manage allows you to navigate to the Article Manager. Without this permission, no other actions are possible.
  • Create allows you to add new articles.
  • Delete allows you to delete trashed articles. Note that the Delete icon only shows in the toolbar when you have the "Select State" filter set to "Trash".
  • Edit allows you to edit existing articles.
  • Edit State allows to you Publish, Unpublish, Archive, or Trash articles.

Using Permission and Group Levels Together[edit]

As discussed above, it is possible to define groups in a hierarchy, where each child group inherits action permissions (for example, the create permission) from its parent group. Action permissions are also be inherited from the permission level above. For example, a permission in the Article Manager is inherited from the same permission in the Global Configuration, and a permission in a child Category is inherited from the parent Category permission.

This dual inheritance can be confusing, but it can also be useful. Let's consider an example as follows. We have a school with a group hierarchy of Teachers → History Teachers → Assistant History Teachers. We also have a category hierarchy of Assignments → History Assignments. We want History Teachers and Assistant History Teachers to have the following permissions:

  • both groups can create new articles only in the History Assignments category.
  • only History Teachers (not Assistant History Teachers) can Publish or otherwise have Edit State permission.

This ACL scheme is very easy to implement. The diagram below shows how this would be set up for the Create Action.

Acl example diagram1 20091018-en.png

In the diagram, the Permission Hierarchy is shown down the left side and the Group hierarchy is shown across the top. Permissions are inherited down and to the right, as shown by the arrows. To implement the desired permissions, we leave the Global Configuration blank (Not Set) for all three groups. Similarly, in the Article Manager and Assignments Category, we leave the Create permission to Inherit for all the groups. As shown in the diagram, this means that these groups do not have Create permission for articles in general or for articles in the Assignments group.

To sum up so far, we have not set any special permissions to get to this point. Now, in the History Assignments category permissions screen, we set the Create permission to Allow for the History Teachers group. This setting overrides the Soft (Implicit) Deny that we had by default and gives members of this group permission to create content (articles and child categories) for this category. This Allow setting also is inherited by the Assistant History Teachers group.

Next, we need to grant History Teachers the Edit State permission while denying this permission to Assistant History Teachers. This is done as shown in the diagram below.

Acl example diagram2 20091018-en.png

This configuration is the same as the one above except that this time we set the Edit State permission in the History Assignments category to Deny for the Assistant History Teachers group. This means that Assistant History Teachers will not be able to Publish or Unpublish articles in this category.

Note that this was accomplished by setting just two permissions in the History Assignments category: Allow for the History Teachers group and Deny for the Assistant History Teachers group.

ACL Examples[edit]

Here are some examples of how you might set up the ACL for some specific situations.

Back-end Article Administrator[edit]

Problem:

We want to create a group called "Article Administrator" with back-end permissions only for articles and not for any other back-end menu options. Members of this group should be able to use all of the features of the article manager, including setting article permissions.

Solution:

  1. Create a new child called Article Administrator, as shown below.
    Screen user new group 20091019.png
    Set the Group Parent to Registered. That way, we don't have to change any permissions in Global Configuration. The new group inherits the Login permission from Registered and has implicit deny permission for all other actions.
  2. In Users → Access Levels, edit the Special Access level to add the new group. That way they can get access to the back end screens.
    Screen user access level 20091019.png
  3. In Article Manager → Options → Permissions, change permissions to Allow for this group, as shown below.
    Screen article mgr permissions1 20091019.png
  4. In Site → Global Configuration → Permissions, on Admin Login change permissions to Allow for Article Administrator, as shown below.

That's all you need to do. Members of this group can login to the back end and do everything in Article Manager but can't do anything else in the back end.