account creation url fixed

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/invites-common-library@130542 82a268e6-3cf1-43bd-a215-b396298e98cf
master
Costantino Perciante 8 years ago
parent 7874d06fa5
commit 7b883e7a03

@ -1,6 +1,11 @@
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
<Changeset component="org.gcube.common.portal.invites-common-library.1-0-0" date="2015-06-30">
<Changeset component="org.gcube.common.portal.invites-common-library.1-2-0"
date="2016-07-30">
<Change>Update for Liferay 6.2.5</Change>
</Changeset>
<Changeset component="org.gcube.common.portal.invites-common-library.1-0-0"
date="2015-06-30">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

@ -113,7 +113,7 @@ public class InvitesManager {
long groupId = aslSession.getGroupId();
final String linkToAcceptInvite = portalURL + PortalContext.getConfiguration().getSiteLandingPagePath(request)+"/explore?siteId="+groupId;
final String linkToCreateAccount = portalURL + "/web/guest/home?p_p_id=58&_58_struts_action=%2Flogin%2Fcreate_account";
final String linkToCreateAccount = portalURL + "/?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&saveLastPath=false&_58_struts_action=%2Flogin%2Fcreate_account";
EmailNotification mailToAdmin = new EmailNotification(
email ,

Loading…
Cancel
Save