When you're prompted to login to a site using HTTP authentication (the kind with the pop-up box requesting username/password), Firefox's password manager populates it with only the first stored password for that domain.

Is there a way to have Firefox prompt for WHICH account should be used?

It is unlike the normal HTML login forms in which you can just press the down arrow to select from multiple login accounts.

link|improve this question
+1 I wish to know how to make this. – Yousf Jan 26 '11 at 11:07
feedback

2 Answers

up vote 0 down vote accepted

You may do it with last pass password manager Firefox extension.

link|improve this answer
I don't like the idea of an online password manager, even if this is the only solution available. Thanks for the answer though. – pbarney Mar 30 '11 at 21:32
feedback

One way around this behavior is to create bookmarks for the protected URL which incorporates your username and password:

http://USERNAME:PASSWORD@www.example.com/secretfolder

For example, if the username were Bobby and the password were tables:

http://Bobby:tables@www.example.com/secretfolder

Firefox will ask for confirmation before sending the username and password.

Be warned: Using this method means that anyone with access to your bookmarks will be able to log in. Your credentials would be stored in plain text just like any other bookmark.

This is not Firefox-specific: it should work in any web browser.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.