dreamjob/app/View/Emails/text/password_reset.ctp

5 lines
162 B
Plaintext
Raw Normal View History

2014-05-11 15:17:15 +02:00
<?php
echo $this->Html->url(array('controller'=>'registration','action'=>'password_replace','code'=>$key,
'?'=>array('mail'=>$data['User']['mail'])),true);
?>