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




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