mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
changing default capabilities for coursecreators so that they could create courses
This commit is contained in:
parent
7246585a70
commit
4473252d7c
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ $moodle_capabilities = array(
|
||||||
'student' => CAP_PREVENT,
|
'student' => CAP_PREVENT,
|
||||||
'teacher' => CAP_PREVENT,
|
'teacher' => CAP_PREVENT,
|
||||||
'editingteacher' => CAP_PREVENT,
|
'editingteacher' => CAP_PREVENT,
|
||||||
'coursecreator' => CAP_PREVENT,
|
'coursecreator' => CAP_ALLOW,
|
||||||
'admin' => CAP_ALLOW
|
'admin' => CAP_ALLOW
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue