fpaste/views/user/lost-password.handlebars
2018-02-20 07:26:06 +01:00

6 lines
429 B
HTML

<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>