Firefox: how to autocomplete password but not username

5

2

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?

WoodenKitty

Posted 2012-10-02T08:57:14.097

Reputation: 209

you could use greasemonkey to auto fill in but that might class as third party... – ratchet freak – 2012-10-02T09:19:39.560

Answers

3

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

climenole

Posted 2012-10-02T08:57:14.097

Reputation: 3 180

Good idea. Do you know if it's possible to have both the URL and the bookmarklet saved together so pressing the bookmark takes you to the login page AND fills it out? My goal is to have the password passively filled out so that people don't have to change their usual habits. – WoodenKitty – 2012-10-06T23:40:55.293

2

Saved Password Editor does this (and I assume it is not classed as a third party add-on ).

I tested this and it works on Amazon.

If it doesn't allow you to save without a username, then enter the username, save it, and then edit it and remove the user name)

Dave

Posted 2012-10-02T08:57:14.097

Reputation: 24 199

Unfortunately that addon does count as third party software so the team can't use it. If I can find a way to modify the password on just one computer I could probably then share it via firefox's password sync tool. – WoodenKitty – 2012-10-06T23:39:19.057