Massimiliano Assante 2016-07-04 17:23:20 +00:00
parent dfd13a0cb4
commit 8b084378de
1 changed files with 2 additions and 2 deletions

View File

@ -76,10 +76,10 @@ public class MyCreateUserAccountListener extends BaseModelListener<User> {
private void sendNotification(GCubeUser manager, User user) {
StringBuilder body = new StringBuilder("Dear ").append(manager.getFirstName())
.append("<p>").append("<b>")
.append(user.getFullName()).append(" (").append(user.getScreenName()).append(")").append("</b>").append(" registered to the portal with the following email:").append(user.getEmailAddress())
.append(user.getFullName()).append(" (").append(user.getScreenName()).append(")").append("</b>").append(" registered to the infrastructure gateway with the following email: ").append(user.getEmailAddress())
.append("</p>")
.append("<p>")
.append("You received this email because you are an Infrastructure Manager in this portal")
.append("You received this email because you are an Infrastructure Manager in this portal.")
.append("</p>");