Skip to content

Commit

Permalink
[BI-2101] updated email subject and body
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm483 committed Apr 23, 2024
1 parent b64e7c8 commit fe7d0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ private void sendAccountSignUpEmail(BiUserEntity user, SignedJWT jwtToken) {
emailTemplate.add("expiration_time", expirationTime);

String filledBody = emailTemplate.render();
String subject = "New Account Sign Up";
String subject = "Activate DeltaBreed Account";

// Send email
emailUtil.sendEmail(user.getEmail(), subject, filledBody);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/email/newAccountEmail.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Welcome to Breeding Insight!

We use a common login system with ORCID to provide authentication and account security. You will need a current ORCID iD and account to log in to Breeding Insight. If you do not already have an ORCID iD, you can create one here: https://orcid.org/register

To activate your Breeding Insight account and connect your ORCID iD to Breeding Insight, use this link:
To activate your DeltaBreed account and connect your ORCID iD to DeltaBreed, use this link:

<new_signup_link>

Expand Down

0 comments on commit fe7d0e1

Please sign in to comment.