]> andersk Git - sql-web.git/blobdiff - tpl/signup.php
signup fix for new redirect
[sql-web.git] / tpl / signup.php
index 5fa7f9f186ba226b5965c8bc8dc9dfe7c42d2445..c65228b7a04e8bed6db57fe71068b276ea182ff3 100644 (file)
@@ -13,15 +13,17 @@ $thisTxt = isSSL()?' with this Certificate':' via SQL';
 <p><?=$LoginSSL->getName()?></p>
 <p><?=$LoginSSL->getEmail()?></p>
 
+Your MySQL password should be different from your Athena account password.
+
 <form method=post>
 <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">confirm:</label></span> <input type="password" name="p2"></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">
 </form>
 
 <?php elseif ($LoginSSL->canLogin()): ?>
 
-<h3>This account is signed up. <a href="login">Login</a>.</h3>
+<h3>This account is already signed up.</h3>
 
 <?php else: ?>
 
This page took 0.0245 seconds and 4 git commands to generate.