Capabilities/enrol/cohort:config

Från MoodleDocs
Version från den 6 november 2014 kl. 08.40 av Mary Cooch (diskussion | bidrag) (removed out of date refs)
Hoppa till:navigering, sök
  • 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)
  • The default roles of Manager andTeacher have this set to allow.


The required capabilities for setting up a cohort sync are:

  • 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)

  • enrol/manual:enrol in course context
  • moodle/course:enrolreview in course context

See also