------- Comment #45 from jakub at gcc dot gnu dot org  2010-09-10 10:46 -------
The Log In line in elinks looks quite weird.  There is
a text field Bugzilla_login, then Bugzilla_password (both expected), but then
there is another text field prefilled with password:
    <input id="Bugzilla_login_top"
           class="bz_login"
           name="Bugzilla_login"
           onfocus="mini_login_on_focus('_top')"
    >
    <input class="bz_password"
           id="Bugzilla_password_top"
           name="Bugzilla_password"
           type="password"
    >
    <input class="bz_password bz_default_hidden bz_mini_login_help" type="text"
           id="Bugzilla_password_dummy_top" value="password"
           onfocus="mini_login_on_focus('_top')"
    >
Took me a while to figure out one shouldn't input password in there...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43011

Reply via email to