From: moodler Date: Thu, 21 Sep 2006 16:02:39 +0000 (+0000) Subject: Changing defaults for role assigning (teachers, coursecreators allowed) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=861fdcaa28cc05211bafb7aab870465754b577e6;p=moodle.git Changing defaults for role assigning (teachers, coursecreators allowed) --- 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 ) ),