]> andersk Git - sql-web.git/blobdiff - tpl/signup.php
form submit bug preventing signups
[sql-web.git] / tpl / signup.php
index c65228b7a04e8bed6db57fe71068b276ea182ff3..e5e532e7a25b9194fb3df9cb44cb762071e34a8e 100644 (file)
@@ -15,7 +15,7 @@ $thisTxt = isSSL()?' with this Certificate':' via SQL';
 
 Your MySQL password should be different from your Athena account password.
 
-<form method=post>
+<form method=post action="<?=$URI?>">
 <p><span style="width: 150px;"><label for="p1">password:</label></span> <input type="password" name="p1"></p>
 <p><span style="width: 150px;"><label for="p2">repeat password:</label></span> <input type="password" name="p2"></p>
 <input type=submit value="Confirm Registration">
This page took 0.028972 seconds and 4 git commands to generate.