]> andersk Git - sql.git/blame - www/templates/main/passwd.tmpl
implemented base interface
[sql.git] / www / templates / main / passwd.tmpl
CommitLineData
e4fd5e1b
JP
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
19<br />
20<div style="width: 50%">
21<hr />
22This website provides signups for individual user locker
23MySQL accounts. Groups locker administrators can
24<a href="http://scripts.mit.edu/faq/66">signup for group locker MySQL accounts</a>
25from any Athena prompt.
26</div>
27
28#end block body
This page took 0.0451 seconds and 5 git commands to generate.