6 lines
429 B
HTML
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> |