<!-- making the user type a password blind in html5 --> <form action="/login" method="get"> <input name="user[password]" size="50" type="password"> </form>