diff --git a/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java b/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java index 18525ca..395f519 100644 --- a/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java +++ b/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java @@ -32,7 +32,7 @@ public class LoginServiceUtil { /** * */ - public static final String PUBLIC_LAYOUT_NAME = " Data e-Infrastructure gateway"; + public static final String PUBLIC_LAYOUT_NAME = "Data e-Infrastructure gateway"; /** * */ @@ -124,11 +124,7 @@ public class LoginServiceUtil { "facilities available at "); body.append("
" + portalbasicurl); body.append("

"); - body.append("

"); - body.append("WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain"+ - " information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. " + - "If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message."); - body.append("

"); + String[] allMails = new String[adminEmails.size()];