Skip to content

Commit

Permalink
Fix email theme messages (#217)
Browse files Browse the repository at this point in the history
* add email theme

* add changelog entry

* fix messages
  • Loading branch information
Rashmil-1999 authored Aug 14, 2024
1 parent fb507e6 commit e63992b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
color: #333333;
}
.content p {
text-align: justify;
font-size: 16px;
color: #666666;
line-height: 1.6;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ identityProviderLinkBodyHtml=<p>Someone wants to link your <b>{1}</b> account wi
passwordResetSubject=Reset password
passwordResetBody=Someone just requested to change your {2} account''s credentials. If this was you, click on the link below to reset them.\n\n{0}\n\nThis link and code will expire within {3}.\n\nIf you don''t want to reset your credentials, just ignore this message and nothing will be changed.
passwordResetBodyHtml=<p>Someone just requested to change your {2} account''s credentials. If this was you, click on the link below to reset them.</p><p><a href="{0}">Link to reset credentials</a></p><p>This link will expire within {3}.</p><p>If you don''t want to reset your credentials, just ignore this message and nothing will be changed.</p>
executeActionsSubject=Update Your Account
executeActionsSubject=[ACTION REQUIRED] Reset Your IN-CORE Account Password
executeActionsBody=Your administrator has just requested that you update your {2} account by performing the following action(s): {3}. Click on the link below to start this process.\n\n{0}\n\nThis link will expire within {4}.\n\nIf you are unaware that your administrator has requested this, just ignore this message and nothing will be changed.
executeActionsBodyHtml=<p>Your administrator has just requested that you update your {2} account by performing the following action(s): {3}. Click on the link below to start this process.</p><p><a href="{0}">Link to account update</a></p><p>This link will expire within {4}.</p><p>If you are unaware that your administrator has requested this, just ignore this message and nothing will be changed.</p>
executeActionsBodyHtml=<p>As IN-CORE shifts to becoming an Open-Source Ecosystem, it is necessary for its user management to be independent from NCSA’s LDAP user management system. Therefore, IN-CORE’s user management system will use Keycloak technology going forward which requires all current IN-CORE users to reset the passwords to their accounts. Please follow the instructions below to reset your password and ensure that your IN-CORE account will be registered under the new user management system. Failure to do so will disrupt your access to IN-CORE and your data.</p><p>The IN-CORE Dev Team is requesting you to update your {2} account by performing the following action(s): {3}. Click on the link below to start this process.</p><p><a href="{0}">Link to account update</a></p><p>This link will expire within {4}.</p>
eventLoginErrorSubject=Login error
eventLoginErrorBody=A failed login attempt was detected to your account on {0} from {1}. If this was not you, please contact an administrator.
eventLoginErrorBodyHtml=<p>A failed login attempt was detected to your account on {0} from {1}. If this was not you, please contact an administrator.</p>
Expand Down

0 comments on commit e63992b

Please sign in to comment.