added template welcome message

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/email-templates-library@148777 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-05-17 12:33:15 +00:00
parent 04ab0e846f
commit a0bbd01bdc
1 changed files with 2 additions and 0 deletions

View File

@ -50,10 +50,12 @@ public class TemplateWelcomeCreatedAccount extends AbstractTemplate implements T
.replace("{{SELECTED_VRE_NAME}}", this.theVRE.getGroupName())
.replace("{{USER_NAME}}", theCreatedAccountUser.getFirstName())
.replace("{{USER_EMAIL}}", theCreatedAccountUser.getEmail())
.replace("{{MANAGER_USER_FULLNAME}}", theManagerUser.getFullname())
.replace("{{GATEWAY_LOGO:URL}}", getGatewayLogoURL())
.replace("{{GATEWAY_URL}}", getGatewayURL())
.replace("{{GATEWAY_NAME}}", getGatewayName())
.replace("{{VRE_LOGO:URL}}", vreLogoURL)
.replace("{{VRE_URL}}", signUpURL);
}