]> andersk Git - sql-web.git/commitdiff
login remember username
authorJoe Presbrey <presbrey@mit.edu>
Fri, 9 Sep 2005 09:12:46 +0000 (09:12 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Fri, 9 Sep 2005 09:12:46 +0000 (09:12 +0000)
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@57 a142d4bd-2cfb-0310-9673-cb33a7e74f58

tpl/login.php

index 34dd8fefb4b64c03c86e1ff1e2bfc1a64aea32a3..b405789215921a032888e4afa9fec7c5c0a9cab8 100644 (file)
@@ -13,7 +13,7 @@ $otherTxt = isSSL()?' without a Certificate':' with a Certificate';
 
 <form method=post>
 <h3>Enter your SQL login:</h3>
-<p>username: <input type="text" name="u"></p>
+<p>username: <input type="text" name="u" value="<?=isset($i_u)?$i_u:''?>"></p>
 <p>password: <input type="password" name="p"></p>
 
 <?php elseif (isSSL() && !empty($SSLCred)): ?>
This page took 0.056999 seconds and 5 git commands to generate.