-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from tidepool-org/fix-email-templates
Fix email templates
- Loading branch information
Showing
11 changed files
with
71 additions
and
40 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
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
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 |
---|---|---|
@@ -1,16 +1,26 @@ | ||
<#import "template.ftl" as layout> | ||
<@layout.registrationLayout; section> | ||
<@layout.registrationLayout displayMessage=false; section> | ||
<#if section = "header"> | ||
${msg("emailLinkIdpTitle", idpDisplayName)} | ||
<#elseif section = "form"> | ||
<p id="instruction1" class="instruction"> | ||
${msg("emailLinkIdp1", idpDisplayName, brokerContext.username, realm.displayName)} | ||
</p> | ||
<p id="instruction2" class="instruction"> | ||
<a href="${url.loginAction}">${msg("emailLinkIdpResendVerificationCode")}</a> | ||
</p> | ||
<p id="instruction3" class="instruction"> | ||
${msg("emailLinkIdp4")} <a href="${url.loginAction}">${msg("doClickHere")}</a> ${msg("emailLinkIdp5")} | ||
</p> | ||
<div class="${properties.kcFormGroupClass!}"> | ||
<p id="instruction1" class="instruction"> | ||
${msg("emailLinkIdp1", idpDisplayName, brokerContext.username, realm.displayName)} | ||
</p> | ||
<div class="attempted-username instruction"> | ||
<input disabled | ||
id="username" | ||
class="${properties.kcInputClass!}" | ||
type="text" autocomplete="off" | ||
value="${brokerContext.username}" | ||
/> | ||
</div> | ||
<p id="instruction2" class="instruction"> | ||
<a class="${properties.kcButtonClass!} ${properties.kcButtonPrimaryClass!} ${properties.kcButtonBlockClass!} ${properties.kcButtonLargeClass!} tp-btn-fw" href="${url.loginAction}">${msg("emailLinkIdpResendVerificationCode")}</a> | ||
</p> | ||
<p id="instruction3" class="instruction"> | ||
${msg("emailLinkIdp4")} <a href="${url.loginAction}">${msg("doClickHere")}</a> ${msg("emailLinkIdp5")} | ||
</p> | ||
</div> | ||
</#if> | ||
</@layout.registrationLayout> |
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 |
---|---|---|
@@ -1,22 +1,26 @@ | ||
doRegister=Sign up | ||
doLogIn=Login | ||
doLogIn=Sign in | ||
doForgotPassword=Forgot your password? | ||
registerTitle=Create Tidepool Account | ||
doCreateAccount=Create Account | ||
continue=Continue | ||
keepingYourDataSecure=Keeping your data private and secure is important to us! | ||
next=Next | ||
letsGetStarted=Let''s Get Started | ||
letsGetStarted=Sign in to Tidepool | ||
enterYourEmail=Enter your email address | ||
enterYourUsername=Enter your username | ||
enterYourUsernameOrEmail=Enter your username or email address | ||
notYou=Not you? | ||
noAccount=Don''t have an account? | ||
alreadyHaveAnAccount=Already have an account? | ||
|
||
saml.post-form.title=Redirecting, please wait... | ||
saml.post-form.message=Your browser will automatically redirect you to a login screen. | ||
|
||
emailLinkIdpTitle=Account already exists | ||
emailLinkIdp1=An email with instructions has been sent to you for linking your {0} account {1} with your {2} account. | ||
emailLinkIdpResendVerificationCode=Resend Verification Code | ||
emailLinkIdpTitle=Verify your email to continue | ||
emailLinkIdp1=Verify your email address by clicking the verification link in the email we just sent you. | ||
emailLinkIdpResendVerificationCode=Resend Verification Link | ||
emailLinkIdpConfirm=Confirm | ||
emailLinkIdpConfirmEmailMessage=Confirm your email address to connect your {0} account with your current {1} account. | ||
emailLinkIdpConfirmEmailMessage=Confirm your email address to connect your {0} account with your current {1} account. | ||
|
||
emailBoundToIdp=This account is SSO enabled. Please sign in. |
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