Last change
on this file since 1257 was
1138,
checked in by robert@…, 12 years ago
|
Implemented ability to changed password and email address when logged in (ticket 165).
|
File size:
709 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
4 | <meta name="layout" content="main" /> |
---|
5 | <title>User registration</title> |
---|
6 | </head> |
---|
7 | <body> |
---|
8 | <div class="body"> |
---|
9 | <g:if test="${flash.message}"> <div class='login_message'>${flash.message}</div></g:if> |
---|
10 | |
---|
11 | <div class='fheader'> |
---|
12 | You have succesfully signed up for an account. |
---|
13 | You will receive an email with instructions how to complete this subscription within a few minutes. |
---|
14 | </div> |
---|
15 | <p> |
---|
16 | N.B. An administrator must approve your account before you can use it. |
---|
17 | </p> |
---|
18 | </div> |
---|
19 | </body> |
---|
20 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.