mirror of https://github.com/BOINC/boinc.git
Drupal: Changed permissions so only community members may write private messages, read and delete are still allowed for any authenticated user.
https://dev.gridrepublic.org/browse/DBOINCP-415
This commit is contained in:
parent
703c4ce1cc
commit
417a527325
|
@ -43,7 +43,7 @@ function private_messages_user_default_permissions() {
|
|||
'name' => 'write privatemsg',
|
||||
'roles' => array(
|
||||
'0' => 'administrator',
|
||||
'1' => 'authenticated user',
|
||||
'1' => 'community member',
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue