Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Capabilities/enrol/cohort:config.

Capabilities/enrol/cohort:config: Difference between revisions

From MoodleDocs
(removed out of date refs)
(delete (MDL-35864))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Capabilities}}
{{Capabilities}}


*This allows a user to add the [[Cohort sync]] enrolment plugin to a course via ''Administration > Course administration > Users > Enrolment methods'' (provided that it has been enabled by admin in ''Administration > Site administration > Plugins > Enrolments > Manage enrol plugins'')  
*This allows a user to add or delete the [[Cohort sync]] enrolment plugin to a course via ''Administration > Course administration > Users > Enrolment methods'' (provided that it has been enabled by admin in ''Administration > Site administration > Plugins > Enrolments > Manage enrol plugins'')  
*The default roles of [[Manager]] and[[ Teacher]] have this set to allow.  
*The default roles of [[Manager]] and[[ Teacher]] have this set to allow.  




The required capabilities for setting up a cohort sync are:  
The required capabilities for setting up a cohort sync is:  
*enrol/cohort:config in the course context  
*enrol/cohort:config in the course context  
*moodle/cohort:config in the course context
*moodle/cohort:view in the same context as cohort


The required capabilities for manually enrolling cohort members are the same as cohort sync (note: this is a bug MDL-28431)
The required capabilities for manually enrolling cohort members:
*enrol/manual:enrol in course context  
*enrol/manual:enrol in course context  
*moodle/course:enrolreview in course context
 
Additional capability that is required to access the invisible cohorts is:
*moodle/cohort:view in the same context as cohort
 


==See also==
==See also==


*[[Cohorts]]
*[[Cohorts]]
*[[Cohort sync]]




Line 23: Line 25:


[[es:Capabilities/enrol/cohort:config]]
[[es:Capabilities/enrol/cohort:config]]
[[de:Capabilities/enrol/cohort:config]]

Latest revision as of 21:28, 3 March 2015

  • This allows a user to add or delete the Cohort sync enrolment plugin to a course via Administration > Course administration > Users > Enrolment methods (provided that it has been enabled by admin in Administration > Site administration > Plugins > Enrolments > Manage enrol plugins)
  • The default roles of Manager andTeacher have this set to allow.


The required capabilities for setting up a cohort sync is:

  • enrol/cohort:config in the course context

The required capabilities for manually enrolling cohort members:

  • enrol/manual:enrol in course context

Additional capability that is required to access the invisible cohorts is:

  • moodle/cohort:view in the same context as cohort


See also