more userpages
This commit is contained in:
6
views/user/lost-password.handlebars
Normal file
6
views/user/lost-password.handlebars
Normal file
@ -0,0 +1,6 @@
|
||||
<h1>Lost password</h1>
|
||||
<p>To request a new password, please enter your email below. You will then receive an email with further instructions.</p>
|
||||
<p>If you already received your key you can change your password <a href="/u/lost-password/change">here</a>.</p>
|
||||
<form method="post" action="/u/lost-password" id="lost-password-form">
|
||||
<p class="label">Email:</p><input type="text" name="email" value=""><input type="submit">
|
||||
</form>
|
Reference in New Issue
Block a user