]> andersk Git - sql.git/blob - www/templates/main/signup.tmpl
implemented base interface
[sql.git] / www / templates / main / signup.tmpl
1 #extends templates.common.shell
2
3 #def title: Change Password
4
5 #block body
6 <p>Your MySQL password should be different from your Athena account password.</p>
7
8 <form method="post">
9 <table>
10 <tr><td align="right">new password:</td><td><input type="password" name="p[1]"></td></tr>
11 <tr><td align="right">repeat new password:</td><td><input type="password" name="p[2]"></td></tr>
12 <tr><td align="right" colspan=2><br /><input name="chgpw" type="submit" value="change password"></td
13 ></tr>
14 </table>
15 </form>
16 <hr />
17 <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>
18 #end block body
This page took 0.035505 seconds and 5 git commands to generate.