aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/changepassword.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/changepassword.html')
-rw-r--r--tpl/changepassword.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tpl/changepassword.html b/tpl/changepassword.html
new file mode 100644
index 00000000..acd61f55
--- /dev/null
+++ b/tpl/changepassword.html
@@ -0,0 +1,14 @@
1<html>
2<head>{include="includes"}</head>
3<body onload="document.changepasswordform.oldpassword.focus();">
4<div id="pageheader">
5 {include="page.header"}
6 <form method="POST" action="" name="changepasswordform" id="changepasswordform">
7 Old password: <input type="password" name="oldpassword">&nbsp; &nbsp;
8 New password: <input type="password" name="setpassword">
9 <input type="hidden" name="token" value="{$token}">
10 <input type="submit" name="Save" value="Save password" class="bigbutton"></form>
11</div>
12{include="page.footer"}
13</body>
14</html> \ No newline at end of file