Move busui to seperate repository
[bus.git] / users_new_account_email.tpl
1 An Open Web Analytics account has been created for you.
2
3 Your User Name is: <?php echo $user_id;?>
4
5 To login you need to set your password by clicking on the link below.
6
7 <?php echo $this->makeAbsoluteLink(array('do' => 'base.usersPasswordEntry', 'k' => $key));?>
8
9 Once your password has been setup you can login to OWA at the following URL:
10
11 <?php echo $this->makeAbsoluteLink(array('do' => 'base.reportDashboard'));?>