-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emails when removing user from group
- Loading branch information
cgeorgilakis-grnet
committed
Dec 24, 2024
1 parent
e39ab36
commit c31c9dc
Showing
8 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/main/resources/theme/rciam-group/email/html/remove-member-admin-inform.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<html> | ||
<body> | ||
${kcSanitize(msg("removeMemberAdminInformationBodyHtml", fullname, adminFullName, userFullName, groupPath, groupUrl, signatureMessage))?no_esc} | ||
</body> | ||
</html> |
5 changes: 5 additions & 0 deletions
5
src/main/resources/theme/rciam-group/email/html/remove-member-inform.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<html> | ||
<body> | ||
${kcSanitize(msg("removeMemberBodyHtml", fullname, groupPath, adminFullName, groupsUrl, signatureMessage))?no_esc} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/main/resources/theme/rciam-group/email/text/remove-member-admin-inform.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<#ftl output_format="plainText"> | ||
${msg("removeMemberBody", fullname, groupPath, adminFullName, groupsUrl, signatureMessage)} |
2 changes: 2 additions & 0 deletions
2
src/main/resources/theme/rciam-group/email/text/remove-member-inform.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<#ftl output_format="plainText"> | ||
${msg("removeMemberAdminInformationBody", fullname, adminFullName, userFullName, groupPath, groupUrl, signatureMessage)} |