mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Changing defaults for role assigning (teachers, coursecreators allowed)
This commit is contained in:
parent
2d07587b4c
commit
861fdcaa28
@ -346,8 +346,8 @@ $moodle_capabilities = array(
|
||||
'guest' => CAP_PREVENT,
|
||||
'student' => CAP_PREVENT,
|
||||
'teacher' => CAP_PREVENT,
|
||||
'editingteacher' => CAP_PREVENT,
|
||||
'coursecreator' => CAP_PREVENT,
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
'coursecreator' => CAP_ALLOW,
|
||||
'admin' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user