mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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,
|
||||
'teacher' => CAP_PREVENT,
|
||||
'editingteacher' => CAP_PREVENT,
|
||||
'coursecreator' => CAP_PREVENT,
|
||||
'coursecreator' => CAP_ALLOW,
|
||||
'admin' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue