16 Zeilen
616 B
Plaintext
16 Zeilen
616 B
Plaintext
{wikiqs:include:general_header}
|
|
<main id="content">
|
|
<h2>Login</h2>
|
|
Change your current password
|
|
<form action="{wikiqs:var:userchangepwurl}" method="POST">
|
|
Current password: <input type="text" name="password" style="width: 25%;"></input><br>
|
|
New Password: <input type="password" name="newpassword" style="width: 25%;"></input><br>
|
|
Repeat password: <input type="password" name="newpassword2" style="width: 25%;"></input><br>
|
|
|
|
<button type="submit" name="do" value="submit">Submit</button>
|
|
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
|
|
|
|
</form>
|
|
</main>
|
|
{wikiqs:include:general_footer}
|