Firefox: how to autocomplete password but not username

autocompletefirefoxpasswordsusername

I'm a part of a team testing a web application that needs to log into hundreds of test accounts every day. The password is always the same, but the usernames constantly change. I can save the password without an accompanying username, but then it won't autocomplete when I next visit the site.

I am hoping to get Firefox to autocomplete the password field but not the username field. To make things more difficult, we're unable to use any third party addons or software because of legal restrictions. We're also unable to modify the login page on the server's side.

Does anyone have any ideas?

Best Answer

AFAIK the most simple solution is to use Javascript to create a bookmarklet.

Here's an example of autocomplete bookmarklet which can be adapted to your needs by a good programer in Javascript:

Form auto-fill bookmarklet

Related Question