-
Notifications
You must be signed in to change notification settings - Fork 146
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 #6835 from ORCID/8734-update-the-registry-emails-t…
…o-remove-links-to-the-support-team-emails-and-forms Update emails notifications
- Loading branch information
Showing
33 changed files
with
127 additions
and
427 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
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
12 changes: 1 addition & 11 deletions
12
orcid-core/src/main/resources/org/orcid/core/template/email_2fa_disabled.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 |
---|---|---|
@@ -1,19 +1,9 @@ | ||
<#import "email_macros.ftl" as emailMacros /> | ||
<@emailMacros.msg "email.common.dear" /><@emailMacros.space />${emailName}<@emailMacros.msg "email.common.dear.comma" /> | ||
|
||
<@emailMacros.msg "email.2fa_disabled.two_factor_auth_disabled" /> | ||
|
||
<@emailMacros.msg "email.2fa_disabled.if_you_received" /> | ||
|
||
<@emailMacros.msg "email.2fa_disabled.no_reply" /> | ||
|
||
<@emailMacros.msg "email.2fa_disabled.more_info" /> | ||
|
||
<@emailMacros.msg "email.common.warm_regards" /> | ||
<@emailMacros.msg "email.2fa_disabled.two_factor_disabled" /> | ||
|
||
<@emailMacros.msg "email.common.need_help.description.2.href" /> | ||
|
||
${baseUri}/home?lang=${locale} | ||
|
||
<@emailMacros.msg "email.common.you_have_received_this_email" /> | ||
<#include "email_footer.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
5 changes: 5 additions & 0 deletions
5
orcid-core/src/main/resources/org/orcid/core/template/email_footer.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
15 changes: 12 additions & 3 deletions
15
orcid-core/src/main/resources/org/orcid/core/template/email_footer_html.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 |
---|---|---|
@@ -1,8 +1,17 @@ | ||
<#escape x as x?html> | ||
<p style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C; white-space: pre;"> | ||
<@emailMacros.msg "email.common.warm_regards" /> | ||
<a href="https://support.orcid.org/hc/en-us" target="_blank" style="color: #2E7F9F;">https://support.orcid.org</a> | ||
</p> | ||
<p style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;"> | ||
<@emailMacros.msg "email.common.received_email_as_service" /> | ||
</p> | ||
<p style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;"> | ||
<small> | ||
<a href="${baseUri}/account" target="_blank" style="color: #2E7F9F;"><@emailMacros.msg "email.common.email.preferences" /></a> | ||
| <a href="${baseUri}/privacy-policy" target="_blank" style="color: #2E7F9F;"><@emailMacros.msg "email.common.privacy_policy" /></a> | ||
| <@emailMacros.msg "email.common.address1" /><@emailMacros.space />|<@emailMacros.space /><@emailMacros.msg "email.common.address2" /> | ||
<a href="${baseUri}/account" target="_blank" style="color: #2E7F9F;"><@emailMacros.msg "email.common.email.preferences" /></a> | ||
| <a href="${baseUri}/privacy-policy" target="_blank" style="color: #2E7F9F;"><@emailMacros.msg "email.common.privacy_policy" /></a> | ||
| <@emailMacros.msg "email.common.address1" /><@emailMacros.space />|<@emailMacros.space /><@emailMacros.msg "email.common.address2" /> | ||
| <a href="${baseUri}" target="_blank" style="color: #2E7F9F;">ORCID.org</a> | ||
</small> | ||
</p> | ||
</#escape> |
15 changes: 1 addition & 14 deletions
15
orcid-core/src/main/resources/org/orcid/core/template/email_removed.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 |
---|---|---|
@@ -1,20 +1,7 @@ | ||
<#import "email_macros.ftl" as emailMacros /> | ||
<@emailMacros.msg "email.common.dear" /><@emailMacros.space />${emailName}<@emailMacros.msg "email.common.dear.comma" /> | ||
|
||
<@emailMacros.msg "email.email_removed.the_primary" /> | ||
|
||
<@emailMacros.msg "email.email_removed.while.1" /><@emailMacros.space />${baseUri}/home?lang=${locale}<@emailMacros.msg "email.email_removed.while.2" /> | ||
<@emailMacros.msg "email.email_removed.while.1" /><@emailMacros.space />${baseUri}/${orcid}<@emailMacros.msg "email.email_removed.while.2" /> | ||
|
||
<@emailMacros.msg "email.email_removed.please_click" /> | ||
${baseUri}/account?lang=${locale} | ||
|
||
<@emailMacros.msg "email.email_removed.important" /> | ||
|
||
<@emailMacros.msg "email.common.warm_regards" /> | ||
<@emailMacros.msg "email.common.need_help.description.2.href" /> | ||
|
||
|
||
${baseUri}/home?lang=${locale} | ||
|
||
<@emailMacros.msg "email.common.you_have_received_this_email" /> | ||
<#include "email_footer.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
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
Oops, something went wrong.