*ahem* Use the correct input type for the username text box.
login.php
Thu Oct 28 20:22:24 UTC 2010 pix@kepibu.org
* *ahem* Use the correct input type for the username text box.
--- old-httpauth/login.php 2015-04-15 14:59:41.000000000 +0000
+++ new-httpauth/login.php 2015-04-15 14:59:41.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>