From 861fdcaa28cc05211bafb7aab870465754b577e6 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 21 Sep 2006 16:02:39 +0000 Subject: [PATCH] Changing defaults for role assigning (teachers, coursecreators allowed) --- lib/db/access.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/access.php b/lib/db/access.php index 43d210a4e8..2d78126e64 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -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 ) ), -- 2.39.5