*ahem* Use the correct input type for the username text box.
Thu Oct 28 20:22:24 UTC 2010 pix@kepibu.org
* *ahem* Use the correct input type for the username text box.
diff -rN -u old-httpauth/login.php new-httpauth/login.php
--- old-httpauth/login.php 2013-07-22 16:06:59.000000000 +0000
+++ new-httpauth/login.php 2013-07-22 16:06:59.000000000 +0000
@@ -45,7 +45,7 @@
<?php } ?>
<form action='/login.php' method='post' class='http-authentication'>
-<label for='theusername'>Username: <input type='textbox' name='username' id='theusername'></label>
+<label for='theusername'>Username: <input type='text' name='username' id='theusername'></label>
<label for='thepassword'>Password: <input type='password' name='password' id='thepassword'></label>
<button type='submit' name='authme' value='yea'>Authenticate Me!</button>
</form>