From 33b2df507ee256d889366e63735c55fa54980151 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 23 Mar 2021 11:11:47 +0100 Subject: [PATCH] added email notifications --- templates/delete-user-account.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/delete-user-account.json.j2 b/templates/delete-user-account.json.j2 index ba6aa40..84dbc6c 100644 --- a/templates/delete-user-account.json.j2 +++ b/templates/delete-user-account.json.j2 @@ -229,6 +229,6 @@ "to" : "${get_rootvo_infra_managers.output.body.*.email}", "html" : "

Dear ${workflow.input.root_vo} Infrastructure Manager,

${${lookup_user.output.body.firstName} ${lookup_user.output.body.lastName} (${lookup_user.output.body.username}) removed his/her account from the portal with the following email: ${lookup_user.output.body.email}

You received this email because you are an Infrastructure Manager.

WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message. If you have received this communication in error, please notify the sender and destroy and delete any copies you may have received.

" } - }, + } ] }