Skip to content

Commit

Permalink
add teacher & editingteacher to access.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipjea committed Feb 14, 2022
1 parent 7123183 commit 2473b0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
'captype' => 'write',
'contextlevel' => CONTEXT_BLOCK,
'archetypes' => array(
'teacher' => CAP_PREVENT,
'editingteacher' => CAP_PREVENT,
'manager' => CAP_ALLOW,
),
),
Expand Down

0 comments on commit 2473b0d

Please sign in to comment.