more userpages

This commit is contained in:
Flummi
2018-02-20 07:26:06 +01:00
parent 3b34234c2f
commit c6db18f7cb
11 changed files with 35 additions and 13 deletions

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