From 7d30255cf5f67faa943382e9930e75e76d4de674 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 23 Mar 2021 15:02:40 +0100 Subject: [PATCH] fixed typo --- 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 ba764de..7043a9f 100644 --- a/templates/delete-user-account.json.j2 +++ b/templates/delete-user-account.json.j2 @@ -227,7 +227,7 @@ "subject" : "User account REMOVAL notification", "from" : "noreply@d4science.org", "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.

" + "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.

" } } ]