finish admin tasks
This commit is contained in:
8
templates/auth/set-pw.html.tera
Normal file
8
templates/auth/set-pw.html.tera
Normal file
@ -0,0 +1,8 @@
|
||||
<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>
|
Reference in New Issue
Block a user