Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Roles and permissions.

Roles and permissions: Difference between revisions

From MoodleDocs
No edit summary
(Delete 1.7 reference, put simple introduction)
Line 1: Line 1:
{{Roles and capabilities}}
{{Roles and capabilities}}
<p class="note">'''Please refer to [[TOC_with_notes#Roles and capabilities|these notes]] before editing this page.'''</p>
<p class="note">'''Please refer to [[TOC_with_notes#Roles and capabilities|these notes]] before editing this page.'''</p>
Roles and capabilities in Moodle 1.7 onwards provides great flexibility in managing how users interact. Prior to Moodle 1.7, there were only six roles possible: guest, student, non-editing teacher, editing teacher, course creator, and administrator. Whilst these roles may still be used, it's now possible to create additional roles, and to change what a given role can do in a particular activity.
Roles are groups of permissions. Users are assigned roles in specific contexts. The combinatin of roles and context define a specific user's capability on any page.  The most common example are the roles of student and teacher in the context of a course.  


==Definitions==
==Definitions==
;Role
;Role
:An identifier of the user's status. The status depends upon permissions given for one or more capabilities in a context.  
:An identifier of the user's status. The status depends upon permissions given for one or more capabilities in a context.  
::For example Teacher and Student are standard user roles. The identifier indicates they probably have different capabilities in some contexts.
::For example Teacher and Student are standard user roles. These roles probably have different capabilities in some contexts but may share permissions in the other.  
:When Moodle is first installed, a number of [[Standard roles]] are created automatically.
:When Moodle is first installed, a number of [[Standard roles]] are created automatically.
;Capability
;Capability

Revision as of 13:14, 21 July 2011

Template:Roles and capabilities

Please refer to these notes before editing this page.

Roles are groups of permissions. Users are assigned roles in specific contexts. The combinatin of roles and context define a specific user's capability on any page. The most common example are the roles of student and teacher in the context of a course.

Definitions

Role
An identifier of the user's status. The status depends upon permissions given for one or more capabilities in a context.
For example Teacher and Student are standard user roles. These roles probably have different capabilities in some contexts but may share permissions in the other.
When Moodle is first installed, a number of Standard roles are created automatically.
Capability
A description of a particular Moodle feature. A list of many capabilities can be seen in the capability category index page.
For example moodle/blog:create(writing blog entries) or "Backup course" are two capabilities. Note the "mod/blog:create" notation is a common to identify a capability.
Permission
A setting for a capability. Can be any one of four: not set/inherit, allow, prevent or prohibit.
Context
A "space" in Moodle.
For example: a course, activity module or block can each be a context.
Some contexts can contain multiple contexts in their space, For example, a course can contain a lesson, assignment, forum and quiz modules, plus blocks.

See also