git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/user-registration-hook@129903 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dfd13a0cb4
commit
8b084378de
|
@ -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>");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue