rowt/templates/auth/set-pw.html.tera
2023-04-04 10:44:14 +02:00

9 lines
297 B
Plaintext

<h1>Passwort setzen</h1>
<form action="/auth/set-pw" method="post">
<input type="hidden" name="userid" value="{{ userid }}" />
<input type="password" name="password" placeholder="PW" />
<input type="password" name="password_confirm" placeholder="Confirm PW"/>
<input type="submit" />
</form>