Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 08aa38e

Browse files
author
taleksashina
committed
password changed e-mail message fixed
1 parent 3413c5c commit 08aa38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/authentication/web/AuthenticationServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ protected void doGet(HttpServletRequest request, HttpServletResponse response)
198198
return;
199199
}
200200
EmailSender emailSender = FrameworkConfiguration.getInstance(getServletContext()).getDefaultEmailSender();
201-
emailSender.send(userProfile.getEmail(), "ACC change password", "Your password was changed. Your login: " + username + ", new password: " + newPassword);
201+
emailSender.send(userProfile.getEmail(), "ACC change password", "Your password for the Linked Data Information Workbench account " + username + " was changed.");
202202

203203
String responseStr = "{\"message\" : \"Your password was changed\"}";
204204
response.getWriter().print(responseStr);

0 commit comments

Comments
 (0)