]> andersk Git - sql.git/blame - www/templates/signup
mako SQL interface
[sql.git] / www / templates / signup
CommitLineData
a30bf1b7 1<%include file="header"/>
e4fd5e1b 2
e4fd5e1b
JP
3<p>Your MySQL password should be different from your Athena account password.</p>
4
5<form method="post">
6<table>
7<tr><td align="right">new password:</td><td><input type="password" name="p[1]"></td></tr>
8<tr><td align="right">repeat new password:</td><td><input type="password" name="p[2]"></td></tr>
9<tr><td align="right" colspan=2><br /><input name="chgpw" type="submit" value="change password"></td
10></tr>
11</table>
12</form>
13<hr />
14<p>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.</p>
a30bf1b7
JP
15
16<%include file="footer"/>
This page took 0.224141 seconds and 5 git commands to generate.