Difference between revisions of "Access Control List"

From Joomla! Documentation

m (temporary save as moving content)
(Remove 2.5 link)
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* What operations (or actions) can a user perform on any given object? For example, can a user submit or edit an article?
 
* What operations (or actions) can a user perform on any given object? For example, can a user submit or edit an article?
  
The implementation of ACL in Joomla was substantially changed in version 1.6.
+
The implementation of ACL in Joomla was substantially changed in the 2.5 series (including 1.6 and 1.7).
  
 
The following pages give further information on Joomla ACL:-
 
The following pages give further information on Joomla ACL:-
* {{JVer|1.6}} {{JVer|1.7}} {{JVer|2.5}} [[Access Control List/1.6-2.5/Tutorial|ACL Tutorial for Joomla 1.6, 1.7 and 2.5]]
+
* {{JVer|1.5}} [[J1.5:Access_Control_List/Tutorial|ACL Tutorial for Joomla 1.5]]
* {{JVer|1.5}} [[Access Control List/1.5/Tutorial|ACL Tutorial for Joomla 1.5]]
 
 
<noinclude><br/>
 
<noinclude><br/>
{{multiversion||versions|pages=yes}}</noinclude>
+
{{other versions/navbox||versions|pages=Access Control List Tutorial}}</noinclude>
 
<noinclude>[[Category:Landing Pages]][[Category:Access Control]] [[Category:Glossary]][[Category:Access Management]][[Category:References]]</noinclude>
 
<noinclude>[[Category:Landing Pages]][[Category:Access Control]] [[Category:Glossary]][[Category:Access Management]][[Category:References]]</noinclude>
{{other versions/navbox||versions|pages=Access Control List Tutorial}}
 

Revision as of 02:44, 17 May 2013

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:

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

The implementation of ACL in Joomla was substantially changed in the 2.5 series (including 1.6 and 1.7).

The following pages give further information on Joomla ACL:-