summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/auth/login.phtml
blob: d68d2af2f38266cf658b19a99af7e32ff1a1da99 (plain) (blame)
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>