]> andersk Git - sql-web.git/blob - tpl/setup.php
signup: lower minimum UIDs
[sql-web.git] / tpl / setup.php
1 <?php
2 include 'head.php';
3 ?>
4
5 <h3>Change MySQL Password</h3>
6
7 Your MySQL password should be different from your Athena account password.<br>
8 <br>
9
10 <?php printErrors($err); ?>
11 <?php printMsgs($msg); ?>
12 <form method="post" action="<?=$URI?>">
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>
17 <tr><td align="right">repeat new password:</td><td><input type="password" name="p[2]"></td></tr>
18 <tr><td align="right" colspan=2><br /><input name="chgpw" type="submit" value="change password"></td></tr>
19 </table>
20 </form>
21 <br />
22 <hr />
23 Note: 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.
24
25 <?php
26 include 'foot.php';
27 ?>
This page took 0.0455 seconds and 5 git commands to generate.