blob: e22bd0b86c77b2527ccd60cdfcbd2e1476c76402 (
plain) (
blame)
1
2
3
4
5
6
|
<h1>Login</h1>
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;
?>
<div><button onclick="location.href='/dev/auth/recoverpassword'">Recover Password</button></div>
|