Project

General

Profile

Download (711 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / freemarker / mail.password.change.ftl @ master

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3

    
4
<#include "html.head.ftl">
5

    
6
<body style="font-family: sans-serif;">
7

    
8
<a href="${sitoolsUrl}"><img src="${sitoolsUrl}../common/res/images/logo_01_petiteTaille.png"/></a>
9

    
10
<p>
11
Dear ${user.firstName} ${user.lastName},
12
</p>
13

    
14
<p>
15
We are pleased to inform you that your user account has been modified on SITools2. You can can access data as defined in the <a href="${sitoolsUrl}">SITools2 url</a>.
16
</p>
17

    
18
<p>
19
Your login is ${user.identifier}<br/>
20
Your password is initialized with ${pass}, please update it as soon as possible with "Edit Profile" Menu.
21
</p>
22

    
23

    
24
<#include "mail.bottom.ftl">
25

    
26
</body>
27
</html>
28