Skip to content

Commit

Permalink
added missing language key to activation email
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Aug 12, 2024
1 parent b331ccf commit 07218fc
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 07218fc

Please sign in to comment.