Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…_vpl into 4.2.4
  • Loading branch information
Juan Carlos Rodríguez del Pino committed Apr 28, 2024
2 parents 41f271e + 0ff9c92 commit 5dabf64
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions db/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'captype' => 'write',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => [
'guest' => CAP_PROHIBIT,
'guest' => CAP_PREVENT,
'student' => CAP_ALLOW,
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
Expand All @@ -62,7 +62,7 @@
'captype' => 'write',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => [
'guest' => CAP_PROHIBIT,
'guest' => CAP_PREVENT,
'student' => CAP_PREVENT,
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
Expand All @@ -76,7 +76,7 @@
'captype' => 'read',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => [
'guest' => CAP_PROHIBIT,
'guest' => CAP_PREVENT,
'student' => CAP_PREVENT,
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
Expand All @@ -90,8 +90,8 @@
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => [
'guest' => CAP_PROHIBIT,
'student' => CAP_PROHIBIT,
'guest' => CAP_PREVENT,
'student' => CAP_PREVENT,
'teacher' => CAP_PREVENT,
'editingteacher' => CAP_ALLOW,
'coursecreator' => CAP_ALLOW,
Expand All @@ -105,8 +105,8 @@
'captype' => 'write',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => [
'guest' => CAP_PROHIBIT,
'student' => CAP_PROHIBIT,
'guest' => CAP_PREVENT,
'student' => CAP_PREVENT,
'teacher' => CAP_PREVENT,
'editingteacher' => CAP_ALLOW,
'coursecreator' => CAP_ALLOW,
Expand All @@ -119,9 +119,9 @@
'captype' => 'write',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => [
'guest' => CAP_PROHIBIT,
'student' => CAP_PROHIBIT,
'teacher' => CAP_PROHIBIT,
'guest' => CAP_PREVENT,
'student' => CAP_PREVENT,
'teacher' => CAP_PREVENT,
'editingteacher' => CAP_ALLOW,
'coursecreator' => CAP_ALLOW,
'manager' => CAP_ALLOW,
Expand Down

0 comments on commit 5dabf64

Please sign in to comment.