aboutsummaryrefslogtreecommitdiffstats
path: root/root/user/password.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/user/password.tt')
-rw-r--r--root/user/password.tt22
1 files changed, 22 insertions, 0 deletions
diff --git a/root/user/password.tt b/root/user/password.tt
new file mode 100644
index 0000000..ade4e11
--- /dev/null
+++ b/root/user/password.tt
@@ -0,0 +1,22 @@
+<html>
+<form method=post>
+<table border='0'>
+<tr>
+<td>Current password</td>
+<td><input name='password' type='password'></td>
+</tr>
+<tr>
+<td>New Password</td>
+<td><input name='newpassword1' type='password'></td>
+</tr>
+<tr>
+<td>Repeat New Password</td>
+<td><input name='newpassword2' type='password'></td>
+</tr>
+<tr>
+<td></td>
+<td align=right><input type='submit' value='Change'></td>
+</tr>
+</table>
+</form>
+</html>