aboutsummaryrefslogtreecommitdiff
path: root/central/src/main/resources/asn/success.ftlh
blob: 15e66000cd23123e3ee831e2abc35cefcdf1a116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Register your ASN</title>
</head>
<body>
<h1>Your ASN is registered</h1>
<p>Please check your email for initial password. We had sent the password to the following emails addresses:</p>
<div>
    <ul>
        <#list emails as email>
        <li>${email}</li>
        </#list>
    </ul>
</div>
<p>Important: You may re-register at any time if you did not rececive the email. However, upon one successful login, you will not be able to re-register.</p>
<a href="/manage">Login Now</a> | <a href="/">Back to homepage</a>
</body>
</html>