Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 12353 |
anikendra |
1 |
Welcome <?php echo $user['username']; ?>,<br/>
|
|
|
2 |
In order to get started please click on the following link to activate your account:<br/>
|
|
|
3 |
<?php echo Router::url(array('action' => 'activate', 'activation_code' => $user['activation_code']), true); ?>
|
|
|
4 |
<br>
|
|
|
5 |
If the above link does not work, please enter <b><?php echo $user['activation_code'];?></b> in the text field provided in the page.
|
|
|
6 |
<br>
|
|
|
7 |
Reply to this email if it still doesn't work.<br>
|
|
|
8 |
We look forward to seeing you!<br/><br/>
|
|
|
9 |
Regards,<br>
|
|
|
10 |
Saholic Team
|