summaryrefslogtreecommitdiff
path: root/ui/pwresetRequest.html
blob: a6c51b3f4a6b730721fb613a03542ad8727b214f (plain)
1
2
3
4
5
6
<h1>Password reset</h1>

<form action="{{ @BASE . @ALIASES.resetpw }}" method="post" class="tabform">
	<p><label for="pwreset_mail">E-Mail:</label> <input id="pwreset_mail" type="text" name="email" /></p>
	<p class="formctrl"><input type="submit" /></p>
</form>