khanat-opennel-code/code/web/public_php/webtt/app/views/elements/email/text/registration.ctp
shubham_meena c4ce26501c Merged in Gsoc14-ryzomAppImprovements (pull request #1)
Merging Gsoc 14 branch with default
2014-08-15 01:05:39 +05:30

9 lines
395 B
PHP

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; ?>