This commit is contained in:
Massimiliano Assante 2016-03-29 14:03:16 +00:00
parent e0674f99c3
commit 2be571f652
1 changed files with 2 additions and 6 deletions

View File

@ -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("<br />" + portalbasicurl);
body.append("</p>");
body.append("<p>");
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("</p>");
String[] allMails = new String[adminEmails.size()];