summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth/login.phtml
blob: cc2a3ef2960e43a58254b0045bf778f99b447c20 (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='/user/auth/recoverpassword'">Recover Password</button></div>