summaryrefslogtreecommitdiff
path: root/ui/pwreset.html
blob: 8d563d0393f12d810509c67afb12bf42b3f9623d (plain)
1
2
3
4
5
6
7
<h1>Password reset</h1>

<form action="{{ @URI }}" method="post">
	<p>New Password: <input type="password" name="password" /></p>
	<p>Retype Password: <input type="password" name="repeatPassword" /></p>
	<p><input type="submit" /></p>
</form>