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 administrator,
|
12
|
</p>
|
13
|
|
14
|
<p>
|
15
|
The account of the user <b>${userId}</b> on <a href="${sitoolsUrl}">SITools2</a> has been blocked because of too many bad connection attemps.<br/>
|
16
|
You can unlock his account by connecting to SITools2 administration page.
|
17
|
</p>
|
18
|
|
19
|
|
20
|
<#include "mail.bottom.ftl">
|
21
|
|
22
|
</body>
|
23
|
</html>
|
24
|
|