aboutsummaryrefslogtreecommitdiffstats
path: root/root/user/firstlogin.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/user/firstlogin.tt')
-rw-r--r--root/user/firstlogin.tt18
1 files changed, 18 insertions, 0 deletions
diff --git a/root/user/firstlogin.tt b/root/user/firstlogin.tt
new file mode 100644
index 0000000..33d0e60
--- /dev/null
+++ b/root/user/firstlogin.tt
@@ -0,0 +1,18 @@
+<html>
+<form method=post>
+<table border='0'>
+<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>