fixed sign url to welcome created account now points to the vre home
This commit is contained in:
parent
367aec490b
commit
05aa525c25
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portal.mailing</groupId>
|
<groupId>org.gcube.portal.mailing</groupId>
|
||||||
<artifactId>email-templates-library</artifactId>
|
<artifactId>email-templates-library</artifactId>
|
||||||
<version>1.4.3</version>
|
<version>1.4.4-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>email-templates-library</name>
|
<name>email-templates-library</name>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1444,7 +1444,7 @@ body.outlook p {
|
||||||
</table>
|
</table>
|
||||||
<h1>Hi {{USER_NAME}},</h1>
|
<h1>Hi {{USER_NAME}},</h1>
|
||||||
<p class="lead"> {{MANAGER_USER_FULLNAME}} has just created a new account for you to access <a href="{{VRE_URL}}">{{SELECTED_VRE_NAME}}</a> VRE.</p>
|
<p class="lead"> {{MANAGER_USER_FULLNAME}} has just created a new account for you to access <a href="{{VRE_URL}}">{{SELECTED_VRE_NAME}}</a> VRE.</p>
|
||||||
<p>You can <a href="{{GATEWAY_URL}}">Sign in now</a> using you the following credentials: <br /></p>
|
<p>You can <a href="{{VRE_URL}}">Sign in now</a> using you the following credentials: <br /></p>
|
||||||
<p>Email: {{USER_EMAIL}}</p>
|
<p>Email: {{USER_EMAIL}}</p>
|
||||||
<p>Temporary password: training1</p>
|
<p>Temporary password: training1</p>
|
||||||
<table class="button large">
|
<table class="button large">
|
||||||
|
@ -1452,7 +1452,7 @@ body.outlook p {
|
||||||
<td>
|
<td>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{GATEWAY_URL}}">Sign in now</a></td>
|
<td><a href="{{VRE_URL}}">Sign in now</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue