]> andersk Git - sql-web.git/blame - tpl/setup.php
signup: lower minimum UIDs
[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); ?>
53f8750e 12<form method="post" action="<?=$URI?>">
9840d102
JP
13<table>
14<?/*
15<tr><td align="right">old password:</td><td><input type="password" name="p[0]"></td></tr>*/?>
16<tr><td align="right">new password:</td><td><input type="password" name="p[1]"></td></tr>
b932757d 17<tr><td align="right">repeat new password:</td><td><input type="password" name="p[2]"></td></tr>
9840d102
JP
18<tr><td align="right" colspan=2><br /><input name="chgpw" type="submit" value="change password"></td></tr>
19</table>
20</form>
70776def
JP
21<br />
22<hr />
23Note: you need to also <a href="http://scripts.mit.edu/faq/59">update your .my.cnf file on Athena</a> if you want to use SIPB <a href="http://scripts.mit.edu/start/">scripts auto-installers</a> or access the MySQL service from the command-line.
9840d102
JP
24
25<?php
26include 'foot.php';
27?>
This page took 0.045524 seconds and 5 git commands to generate.