]> andersk Git - sql-web.git/blobdiff - tpl/setup.php
signup: lower minimum UIDs
[sql-web.git] / tpl / setup.php
index a330e14857a9352ae2629c0c3f6bbcb207f7d97d..f82157386d45e3ca6726c655f152d834968769c8 100755 (executable)
@@ -2,20 +2,25 @@
 include 'head.php';
 ?>
 
-<h2>Change SQL Password</h2>
+<h3>Change MySQL Password</h3>
+
+Your MySQL password should be different from your Athena account password.<br>
+<br>
 
 <?php printErrors($err); ?>
 <?php printMsgs($msg); ?>
-
-<form method="post">
+<form method="post" action="<?=$URI?>">
 <table>
 <?/*
 <tr><td align="right">old password:</td><td><input type="password" name="p[0]"></td></tr>*/?>
 <tr><td align="right">new password:</td><td><input type="password" name="p[1]"></td></tr>
-<tr><td align="right">confirm:</td><td><input type="password" name="p[2]"></td></tr>
+<tr><td align="right">repeat new password:</td><td><input type="password" name="p[2]"></td></tr>
 <tr><td align="right" colspan=2><br /><input name="chgpw" type="submit" value="change password"></td></tr>
 </table>
 </form>
+<br />
+<hr />
+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.
 
 <?php
 include 'foot.php';
This page took 0.041274 seconds and 4 git commands to generate.