9 lines
297 B
Plaintext
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>
|