]> dev.renevier.net Git - syj.git/blob - application/views/scripts/newpwd/success.phtml
version 0.1
[syj.git] / application / views / scripts / newpwd / success.phtml
1 <p class="success message">
2 <?php
3     $this->redirectLinks = false;
4     echo $this->translate("A link to reset your password has been emailed to you");
5     echo "<br>";
6     echo $this->returnto();
7 ?>
8 </p>