Line | |
---|
1 | <html> |
---|
2 | |
---|
3 | <head> |
---|
4 | |
---|
5 | </head> |
---|
6 | |
---|
7 | <body> |
---|
8 | |
---|
9 | <p> |
---|
10 | <a href="${createLink(absolute:true, controller: 'account', action: 'validateuser', id: user.id, params: [activation: user.actionHash])}">Activate my account</a> |
---|
11 | </p> |
---|
12 | |
---|
13 | <p> |
---|
14 | If you're having trouble accessing the above link copy and paste the following into your browser |
---|
15 | </p> |
---|
16 | <p> |
---|
17 | ${createLink(absolute:true, controller: 'account', action: 'validateuser', id: user.id, params: [activation: user.actionHash])} |
---|
18 | </p> |
---|
19 | |
---|
20 | </body> |
---|
21 | |
---|
22 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.