-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
2,602 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# This file is managed by Keycloakify, do not edit it manually. | ||
|
||
# === Owned files start === | ||
# email/html/email-test.ftl | ||
# email/html/email-verification.ftl | ||
# === Owned files end ===== | ||
|
||
# === @keycloakify/email-native v260007.0.0 === | ||
/email/html/event-user_disabled_by_temporary_lockout.ftl | ||
/email/theme.properties | ||
/email/messages/messages_cs.properties | ||
/email/html/executeActions.ftl | ||
/email/html/password-reset.ftl | ||
/email/html/event-update_totp.ftl | ||
/email/html/identity-provider-link.ftl | ||
/email/html/event-user_disabled_by_permanent_lockout.ftl | ||
/email/text/email-verification-with-code.ftl | ||
/email/messages/messages_ar.properties | ||
/email/messages/messages_en.properties | ||
/email/html/org-invite.ftl | ||
/email/messages/messages_es.properties | ||
/email/messages/messages_da.properties | ||
/email/messages/messages_ca.properties | ||
/email/messages/messages_de.properties | ||
/email/messages/messages_hu.properties | ||
/email/messages/messages_el.properties | ||
/email/messages/messages_it.properties | ||
/email/html/template.ftl | ||
/email/messages/messages_fa.properties | ||
/email/messages/messages_fr.properties | ||
/email/messages/messages_lt.properties | ||
/email/messages/messages_fi.properties | ||
/email/messages/messages_ka.properties | ||
/email/messages/messages_nl.properties | ||
/email/messages/messages_no.properties | ||
/email/messages/messages_uk.properties | ||
/email/messages/messages_ja.properties | ||
/email/messages/messages_tr.properties | ||
/email/messages/messages_pl.properties | ||
/email/messages/messages_sv.properties | ||
/email/messages/messages_pt.properties | ||
/email/messages/messages_pt_BR.properties | ||
/email/messages/messages_sk.properties | ||
/email/messages/messages_th.properties | ||
/email/messages/messages_ru.properties | ||
/email/messages/messages_zh_CN.properties | ||
/email/text/email-update-confirmation.ftl | ||
/email/messages/messages_zh_TW.properties | ||
/email/text/email-test.ftl | ||
/email/text/event-login_error.ftl | ||
/email/text/event-user_disabled_by_temporary_lockout.ftl | ||
/email/text/identity-provider-link.ftl | ||
/email/text/event-remove_credential.ftl | ||
/email/text/org-invite.ftl | ||
/email/text/event-remove_totp.ftl | ||
/email/text/event-user_disabled_by_permanent_lockout.ftl | ||
/email/text/event-update_totp.ftl | ||
/email/text/event-update_password.ftl | ||
/email/text/executeActions.ftl | ||
/email/text/email-verification.ftl | ||
/email/text/password-reset.ftl | ||
/email/text/event-update_credential.ftl | ||
/email/html/email-verification-with-code.ftl | ||
/email/html/email-update-confirmation.ftl | ||
/email/html/event-remove_totp.ftl | ||
/email/html/event-remove_credential.ftl | ||
/email/html/event-update_credential.ftl | ||
/email/html/event-login_error.ftl | ||
/email/html/event-update_password.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,12 @@ | ||
<#-- | ||
This file has been claimed for ownership from @keycloakify/email-native version 260007.0.0. | ||
To relinquish ownership and restore this file to its original content, run the following command: | ||
$ npx keycloakify own --path 'email/html/email-test.ftl' --revert | ||
--> | ||
|
||
<#import "template.ftl" as layout> | ||
<@layout.emailLayout> | ||
Hello World! ${xKeycloakify.themeName} | ||
${kcSanitize(msg("emailTestBodyHtml",realmName))?no_esc} | ||
</@layout.emailLayout> |
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,12 @@ | ||
<#-- | ||
This file has been claimed for ownership from @keycloakify/email-native version 260007.0.0. | ||
To relinquish ownership and restore this file to its original content, run the following command: | ||
$ npx keycloakify own --path 'email/html/email-verification.ftl' --revert | ||
--> | ||
|
||
<#import "template.ftl" as layout> | ||
<@layout.emailLayout> | ||
Hello World! | ||
${kcSanitize(msg("emailVerificationBodyHtml",link, linkExpiration, realmName, linkExpirationFormatter(linkExpiration)))?no_esc} | ||
</@layout.emailLayout> |
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 @@ | ||
emailVerificationBodyHtml=<p>Someone has created a {2} account !!! with this email address. If this was you, click the link below to verify your email address</p><p><a href="{0}">Link to e-mail address verification</a></p><p>This link will expire within {3}.</p><p>If you didn''t create this account, just ignore this message.</p> |
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 @@ | ||
emailTestBodyHtml=<p>This is a test message Chocolate</p> |
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 @@ | ||
emailTestBodyHtml=<p>This is a test message Vanilla</p> |
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