summaryrefslogblamecommitdiffstats
path: root/application/modules/user/views/scripts/auth/login.phtml
blob: d68d2af2f38266cf658b19a99af7e32ff1a1da99 (plain) (tree)
1
2
3
4
5




                                                                                                
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;
?>
<div><button onclick="location.href='/user/auth/recoverpassword'">Recover Password</button></div>