Skip to content

Commit

Permalink
Merge pull request #1245 from ORCID/langCodeActivationEmail
Browse files Browse the repository at this point in the history
added missing language key to activation email
  • Loading branch information
Camelia-Orcid authored Aug 12, 2024
2 parents b331ccf + 07218fc commit 283db5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<span th:text="#{email.creation.text4}">Your ORCID member portal account is ready to be activated. Please click on the URL below to activate your account and set a password.</span>
</p>
<p>
<a style="color: #2E7F9F;" th:with="url=(@{|${baseUrl}/reset/finish?key=${user.resetKey}|})"
<a style="color: #2E7F9F;" th:with="url=(@{|${baseUrl}/${user.langKey}/reset/finish?key=${user.resetKey}|})"
th:href="${url}" th:text="${url}">Login link</a>
</p>
<p>
Expand Down
2 changes: 2 additions & 0 deletions users-test.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
salesforceId,email,firstName,lastName,grant
888844448888,[email protected],George,Nash,"[ROLE_USER]"

0 comments on commit 283db5d

Please sign in to comment.