Last change
on this file since 1914 was
1914,
checked in by kees.vanbochove@…, 12 years ago
|
updated email registration message
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
1021 bytes
|
Line | |
---|
1 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
5 | <title>Welcome to ${grailsApplication.config.application.title}</title> |
---|
6 | </head> |
---|
7 | <body> |
---|
8 | <h3>Hello ${username}</h3 |
---|
9 | <p>Welcome to ${grailsApplication.config.application.title}. Your account has been created, but you have to confirm your registration. Please click <a href="${link}">here</a> to confirm your registration.</p> |
---|
10 | <p>If you can not click the link, copy this url to the browser:</p> |
---|
11 | <p>${link}</p> |
---|
12 | |
---|
13 | <p>You should confirm your account before <g:formatDate format="dd-MM-yyyy hh:mm" date="${expiryDate}" />, otherwise your account will not be created.</p> |
---|
14 | |
---|
15 | <p>After you have confirmed your registration and the administrator has approved your account, you can login. Your password is:</p> |
---|
16 | <p><b>${password}</b></p> |
---|
17 | <p>Kind regards,</p> |
---|
18 | <p>The ${grailsApplication.config.application.title} team</p> |
---|
19 | </body> |
---|
20 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.