Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 0020bea

Browse files
author
sowerstl
committed
Update email language; (DOECODE-772)
1 parent a207444 commit 0020bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/osti/services/UserServices.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ private static void sendLockedAccountEmail(String userEmail) {
15841584
email.addTo(userEmail);
15851585
email.addCc(EMAIL_FROM);
15861586

1587-
email.setHtmlMsg("<html>Your account has been automatically deactivated due to after 3 unsuccessful logon attempts. "
1587+
email.setHtmlMsg("<html>Your account has been automatically deactivated after 3 unsuccessful logon attempts. "
15881588
+ "<p>Please contact [email protected] as an administrator will need to reactivate your account before you "
15891589
+ "can sign-in to DOE CODE or change your password.</html>");
15901590

0 commit comments

Comments
 (0)