aboutsummaryrefslogtreecommitdiff
path: root/central/src/main/resources/asn/success.ftlh
diff options
context:
space:
mode:
Diffstat (limited to 'central/src/main/resources/asn/success.ftlh')
-rw-r--r--central/src/main/resources/asn/success.ftlh20
1 files changed, 20 insertions, 0 deletions
diff --git a/central/src/main/resources/asn/success.ftlh b/central/src/main/resources/asn/success.ftlh
new file mode 100644
index 0000000..15e6600
--- /dev/null
+++ b/central/src/main/resources/asn/success.ftlh
@@ -0,0 +1,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> \ No newline at end of file