Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Capabilities/moodle/role:override.

Capabilities/moodle/role:override: Difference between revisions

From MoodleDocs
(ja link)
m (link edit)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*This allows a user to override a capability in a role in context.
* This allows a user to override a capability in a role in context.
* Note that to override a capability in role A, the user doing the override has to hold a role B so that role B is permitted to override role A. This is controlled in [[Allow role overrides]]. This is logical because even though a teacher might have moodle/role:override, in most situations we only want him to be able to override capabilities of the student role, and not the admin role in their course.
* Note that to override a capability in role A, the user doing the override has to hold a role B so that role B is permitted to override role A. This is controlled in [[Allow role overrides]]. This is logical because even though a teacher might have moodle/role:override, in most situations we only want him to be able to override capabilities of the student role, and not the admin role in their course.
* This capability is not set for the default teacher role.
==See also==
*[[Override permissions]]
*[[Allow role overrides]]
*The capability [[Capabilities/moodle/role:safeoverride|moodle/role:safeoverride]] (in Moodle 1.9.3 onwards)


[[Category:Capabilities|Role]]
[[Category:Capabilities|Role]]
[[Category:Roles]]
[[Category:Roles]]


[[fr:Capacités/moodle/role:override]]
[[fr:Capabilities/moodle/role:override]]
[[zh:能力/moodle/role:override]]
[[zh:能力/moodle/role:override]]
[[ja:ケイパビリティ/moodle/role:override]]
[[ja:ケイパビリティ/moodle/role:override]]

Latest revision as of 14:22, 24 July 2008

  • This allows a user to override a capability in a role in context.
  • Note that to override a capability in role A, the user doing the override has to hold a role B so that role B is permitted to override role A. This is controlled in Allow role overrides. This is logical because even though a teacher might have moodle/role:override, in most situations we only want him to be able to override capabilities of the student role, and not the admin role in their course.
  • This capability is not set for the default teacher role.

See also