]> andersk Git - sql-web.git/blame - tpl/setup.php
new style: conform to new <scripts.mit.edu> textpattern template
[sql-web.git] / tpl / setup.php
CommitLineData
9840d102
JP
1<?php
2include 'head.php';
3?>
4
aaf1710a 5<h3>Change MySQL Password</h3>
b932757d
JP
6
7Your MySQL password should be different from your Athena account password.<br>
8<br>
9840d102
JP
9
10<?php printErrors($err); ?>
11<?php printMsgs($msg); ?>
12
53f8750e 13<form method="post" action="<?=$URI?>">
9840d102
JP
14<table>
15<?/*
16<tr><td align="right">old password:</td><td><input type="password" name="p[0]"></td></tr>*/?>
17<tr><td align="right">new password:</td><td><input type="password" name="p[1]"></td></tr>
b932757d 18<tr><td align="right">repeat new password:</td><td><input type="password" name="p[2]"></td></tr>
9840d102
JP
19<tr><td align="right" colspan=2><br /><input name="chgpw" type="submit" value="change password"></td></tr>
20</table>
21</form>
22
23<?php
24include 'foot.php';
25?>
This page took 0.047222 seconds and 5 git commands to generate.