template: Remove user_changepw, it's usersettings now
This commit is contained in:
parent
70c4bfaffa
commit
9f9fd2920b
@ -1,15 +0,0 @@
|
|||||||
{qswiki:include:general_header}
|
|
||||||
<main id="content">
|
|
||||||
<h2>Login</h2>
|
|
||||||
Change your current password
|
|
||||||
<form action="{qswiki: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="{qswiki:var:csrf_token}"></input>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
</main>
|
|
||||||
{qswiki:include:general_footer}
|
|
Loading…
Reference in New Issue
Block a user