diff --git a/src/NotificationConfiguration/Actions.json b/src/NotificationConfiguration/Actions.json
index 35e412de5edc099d81460d8c2fa0c3a7df7d42ee..15cdc2d9c98489066039386798771a72b3004097 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" ],