Form 3 - password entry, without defaults
Enter your username:
HTML:
<INPUT NAME="username">
Type in your password (only * * * s will appear):
HTML:
<INPUT TYPE="password" NAME="password">
Press this button to log into the system.
HTML:
<INPUT TYPE="submit" VALUE="Log In">