]> andersk Git - sql.git/blobdiff - www/templates/main/passwd.tmpl
implemented base interface
[sql.git] / www / templates / main / passwd.tmpl
diff --git a/www/templates/main/passwd.tmpl b/www/templates/main/passwd.tmpl
new file mode 100644 (file)
index 0000000..0a0773b
--- /dev/null
@@ -0,0 +1,28 @@
+#extends templates.common.shell
+
+#def title: Change Password
+
+#block body
+<p>Your MySQL password should be different from your Athena account password.</p>
+
+<form method="post">
+<table>
+<tr><td align="right">new password:</td><td><input type="password" name="p[1]"></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>
+<hr />
+<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>
+
+<br />
+<div style="width: 50%">
+<hr />
+This website provides signups for individual user locker
+MySQL accounts.  Groups locker administrators can 
+<a href="http://scripts.mit.edu/faq/66">signup for group locker MySQL accounts</a>
+from any Athena prompt.
+</div>
+
+#end block body
\ No newline at end of file
This page took 0.069044 seconds and 4 git commands to generate.