Issue #1198120 by ravi.shankar, Jody Lynn, mdupont, Everett Zufelt, borisson_, quietone: "Edit own " nodes permission for anonymous users is misleading and dangerous

merge-requests/2501/head
catch 2022-07-12 14:13:17 +09:00
parent 98430229ea
commit 82cf652ab0
1 changed files with 2 additions and 0 deletions

View File

@ -43,12 +43,14 @@ class NodePermissions {
],
"edit own $type_id content" => [
'title' => $this->t('%type_name: Edit own content', $type_params),
'description' => $this->t('Note that anonymous users with this permission are able to edit any content created by any anonymous user.'),
],
"edit any $type_id content" => [
'title' => $this->t('%type_name: Edit any content', $type_params),
],
"delete own $type_id content" => [
'title' => $this->t('%type_name: Delete own content', $type_params),
'description' => $this->t('Note that anonymous users with this permission are able to delete any content created by any anonymous user.'),
],
"delete any $type_id content" => [
'title' => $this->t('%type_name: Delete any content', $type_params),