From e027216dc481cc7bb31b57ee3e4e1a7e25604786 Mon Sep 17 00:00:00 2001 From: Petar Hristov Date: Wed, 10 Mar 2021 13:20:21 +0000 Subject: [PATCH] New: Add the Contact Changing functionality to the database and backend --- src/NotificationConfiguration/Actions.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/NotificationConfiguration/Actions.json b/src/NotificationConfiguration/Actions.json index 35e412d..15cdc2d 100644 --- a/src/NotificationConfiguration/Actions.json +++ b/src/NotificationConfiguration/Actions.json @@ -111,6 +111,34 @@ }, "group": [] }, + "user_email_changed": { + "channels": { + "available": [ "email" ], + "always": [], + "only": [] + }, + "template": { + "email": { + "de": { + "subject": "[Coscine] Ändern der E-Mail-Adresse bestätigen", + "body": "{{> header}}Die Änderung Ihrer E-Mail-Adresse wurde in Coscine beantragt. Um die Änderungen abzuschließen, bestätigen Sie die neue Adresse bitte innerhalb von 24 Stunden unter dem folgenden Link: Link zur Bestätigung.

Wenn der Link nicht funktioniert, können Sie die URL direkt aufrufen:
{{confirmation_link}}

Sollten Sie keine Änderung der E-Mail-Adresse in Auftrag gegeben haben, wenden Sie sich bitte an den Servicedesk um Missbrauch auszuschließen. {{> footer}}" + }, + "en": { + "subject": "[Coscine] Confirmation to change email adress", + "body": "{{> header}}The request to change your email address has been made in Coscine. To complete the changes, please confirm the new address within 24 hours using the following link: Confirmation Link.

If the link does not work, use following URL:
{{confirmation_link}}

If you did not request a change of e-mail address, please contact the Servicedesk to prevent unauthorized use. {{> footer}}" + } + } + }, + "name": { + "de": "Email geändert", + "en": "Email changed" + }, + "description": { + "de": "Sie werden informiert, wenn Ihre E-Mail-Adresse geändert wird.", + "en": "You will be informed when your Email address is changed." + }, + "group": [] + }, "resource_deleted": { "channels": { "available": [ "email" ], -- GitLab