Project

General

Profile

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

git_sitools_idoc / flarecast / data / freemarker / mail.user.blacklist.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

    
12
Dear ${user.firstName} ${user.lastName}, 
13
<br/>
14
<br/>
15

    
16
You have asked to unlock your account and to reinitialize your password for your account <a href="${sitoolsUrl}">SITools2</a>.<br/>
17
In order to do so, please click on the following link <a href="${unlockAccountUrl}"/>Unlock your account and change your password</a><br/>
18
<br/>
19
If the link does not work, just copy it into your favorite browser<br/>
20
<i><small>${unlockAccountUrl}</small></i>
21
<br/>
22
</p>
23

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

    
26
</body>
27
</html>