summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth/login.phtml
blob: f172fe4032ce5a7149b2d71964f9ba0c22adc86b (plain) (blame)
1
2
3
4
5
6
7
<h1>Login</h1>
<?php
$this->loginForm->setAction($this->url());
echo $this->notification;
echo $this->loginForm;
?>
<div><button onclick="location.href='/auth/recoverpassword'">Recover Password</button></div>