From 97a40033d61be245c3df61d20c894fbe5521017d Mon Sep 17 00:00:00 2001 From: Tomas Bures Date: Thu, 16 Jan 2020 21:30:55 +0100 Subject: [PATCH] Added "Sender" role to lists --- server/config/default.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/config/default.yaml b/server/config/default.yaml index 2a5d193c..e05de9b9 100644 --- a/server/config/default.yaml +++ b/server/config/default.yaml @@ -352,6 +352,10 @@ defaultRoles: name: Master description: All permissions permissions: [view, edit, delete, share, viewFields, manageFields, viewSubscriptions, viewTestSubscriptions, manageSubscriptions, viewSegments, manageSegments, viewImports, manageImports, send, sendToTestUsers] + sender: + name: Sender + description: The user can use the list in setting up a campaign, view the subscriptions, and send an email to test users and to the whole list. + permissions: [view, viewFields, viewSegments, viewTestSubscriptions, viewSubscriptions, send, sendToTestUsers] campaignsCreator: name: Campaigns Creator description: The user can only use the list in setting up a campaign and to send email to test users. This gives no permission to view subscriptions or to send to the whole list.