mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-37633 Forum: Allow fronpage user to have forum:allowforcesubscribe capability by default
This commit is contained in:
parent
6319737865
commit
afd5e85ca8
4 changed files with 21 additions and 3 deletions
|
@ -341,7 +341,8 @@ $capabilities = array(
|
|||
'archetypes' => array(
|
||||
'student' => CAP_ALLOW,
|
||||
'teacher' => CAP_ALLOW,
|
||||
'editingteacher' => CAP_ALLOW
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
'frontpage' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue