summaryrefslogtreecommitdiff
path: root/data/tpl/userlogin
blob: b4af29d242ff8131e008d1c6d884280deb0b044f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2>[[: $p{PageTitle} ]]</h2>
-[[= cform( [
 { type => 'error' },
 { type => 'startform', action => '/u/login' },
 { type => 'input', short => 'username', name => 'Username' },
 { type => 'pass',  short => 'userpass', name => 'Password' },
 { type => 'submit', text => 'Login!' },
 { type => 'endform' },
], $d{log}) ]]-

<p>
 <br /><br />
 <a href="/u/register">No account yet</a>, or <a href="/u/newpass">forgot your username or password?</a>
</p>