Changing defaults for role assigning (teachers, coursecreators allowed)

This commit is contained in:
moodler
2006-09-21 16:02:39 +00:00
parent 2d07587b4c
commit 861fdcaa28
+2 -2
View File
@@ -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
)
),