khanat-opennel-code/code/web/public_php/webtt/app/views/elements/email/text/registration.ctp

10 lines
395 B
Text
Raw Normal View History

2014-06-01 19:52:54 +00:00
Hello <?php echo $user['User']['name']; echo "\n"; ?>,
Thank you for registering to WebTT!
Your password is: <?php echo $user['User']['passwd']; echo "\n"; ?>
<?php
$url = $this->Html->url(array('controller' => 'users', 'action' => 'confirm', $user['User']['confirm_hash']));
$completeUrl = 'http://' . $serverName . $url;
?>
Go to this link to confirm you account: <?php echo $completeUrl; ?>