summaryrefslogtreecommitdiff
path: root/data/tpl/userpass
blob: c3b04840ef739abc8f034d9c842bb23585860163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<h2>[[: $p{PageTitle} ]]</h2>
<p>
 You're lucky that vndb has a very advanced password recovery tool! Just
 type your email address (the same one you used for your account), and
 wait for an email!
</p>

-[[ if(!$d{done}) { ]]
[[= cform( [
 { type => 'error', },
 { type => 'startform', action => '/u/newpass' },
 { type => 'input', short => 'mail', name => 'Email' },
 { type => 'submit', text => 'Gimme my password!' },
 { type => 'endform' },
], $d{pas} ) ]]

[[ } else { ]]
<span class="msg">
 Your password succesfully been reset. Check your mail for instructions.
</span>
[[ } ]]