From 3892ff535e76fa304f64d1ffb5e4bbea3709d909 Mon Sep 17 00:00:00 2001 From: "L. Ellenbeck" Date: Wed, 5 May 2021 09:34:59 +0000 Subject: [PATCH] New: user invitation template --- src/NotificationConfiguration/Actions.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/NotificationConfiguration/Actions.json b/src/NotificationConfiguration/Actions.json index 15cdc2d..500c6b6 100644 --- a/src/NotificationConfiguration/Actions.json +++ b/src/NotificationConfiguration/Actions.json @@ -306,5 +306,33 @@ "en": "You will be informed when the quota of a project is changed." }, "group": [] + }, + "user_invitation": { + "channels": { + "available": [ "email" ], + "always": [], + "only": [] + }, + "template": { + "email": { + "de": { + "subject": "[Coscine] Einladung zu Projekt {{_projectName}}", + "body": "{{> header}}Sie wurden zu dem Coscine-Projekt {{_projectName}} eingeladen. Um die Einladung anzunehmen, folgen Sie dem Link und loggen sich in Coscine ein. Einladung annehmen.

Der Link ist für 7 Tage gültig. Falls der Link nicht funktioniert, können Sie die URL direkt aufrufen:
{{confirmation_link}}{{> footer}}" + }, + "en": { + "subject": "[Coscine] Invitation to project {{_projectName}}", + "body": "{{> header}}You have been invited to the Coscine project {{_projectName}}. To accept the invitation, follow the link and log in to Coscine. Accept invitation.

The link is valid for 7 days. If the link does not work, you can access the URL directly:
{{confirmation_link}}{{> footer}}" + } + } + }, + "name": { + "de": "User zu Projekt eingeladen", + "en": "User invited to project" + }, + "description": { + "de": "Sie werden informiert, wenn ein User zum Projekt eingeladen wird.", + "en": "You will be informed when a user is invited to a project." + }, + "group": [] } } -- GitLab