]> andersk Git - sql.git/blobdiff - www/templates/main/signup.tmpl
implemented base interface
[sql.git] / www / templates / main / signup.tmpl
diff --git a/www/templates/main/signup.tmpl b/www/templates/main/signup.tmpl
new file mode 100644 (file)
index 0000000..2df2c79
--- /dev/null
@@ -0,0 +1,18 @@
+#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>
+#end block body
\ No newline at end of file
This page took 0.024968 seconds and 4 git commands to generate.