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

Commit a207444

Browse files
author
sowerstl
committed
CC sender on Deactivation Emails; (DOECODE-751)
1 parent 4306ed1 commit a207444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,7 @@ private static void sendLockedAccountEmail(String userEmail) {
15821582
email.setFrom(EMAIL_FROM);
15831583
email.setSubject("DOE CODE User Account Deactivated");
15841584
email.addTo(userEmail);
1585+
email.addCc(EMAIL_FROM);
15851586

15861587
email.setHtmlMsg("<html>Your account has been automatically deactivated due to after 3 unsuccessful logon attempts. "
15871588
+ "<p>Please contact [email protected] as an administrator will need to reactivate your account before you "

0 commit comments

Comments
 (0)