From 1bdb4c14305b45de65b2aab905190a702d4805ee Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Wed, 15 May 2024 15:39:30 +0200 Subject: [PATCH] fixed wrong character --- templates/keycloak_delete_account.json.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/keycloak_delete_account.json.j2 b/templates/keycloak_delete_account.json.j2 index 6d2e2cd..2404237 100644 --- a/templates/keycloak_delete_account.json.j2 +++ b/templates/keycloak_delete_account.json.j2 @@ -279,10 +279,7 @@ "subject": "User account REMOVAL notification", "from": "noreply@d4science.org", "to": "${get_rootvo_infra_managers.output.body.*.email}", - "html": "

Dear ${init.output.result.decoded_root_vo} Infrastructure Manager,

'${ -lookup_lr_user_by_screenname.output.body.firstName} ${ -lookup_lr_user_by_screenname.output.body.lastName} (${ -lookup_lr_user_by_screenname.output.body.screenName})' removed his/her account from the IAM

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 ${init.output.result.decoded_root_vo} Infrastructure Manager,

'${lookup_lr_user_by_screenname.output.body.firstName} ${lookup_lr_user_by_screenname.output.body.lastName} (${lookup_lr_user_by_screenname.output.body.screenName})' removed his/her account from the IAM

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.

" }, "type": "SIMPLE", "startDelay": 0,