![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Mozilla/Firefox Browsers Firefox support issues |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2007
Posts: 11
OS: XP
|
Firefox Tip - Saved Passwords
Hey all, Just wrote all this out for another forum but since I just registered here for some help ( shameless plug) I thought Id share a trick I just discovered.
Problem If you go to: Tools > Options > Security > Show Passwords > Show Passwords > Yes You will notice that anyone who is using your Firefox profile on your computer can look at all your passwords in a matter of 6 clicks of the mouse. I personally dont share a computer and I have a password to login, but I occasionally let friends use my computer and I know that they know about this, so it has annoyed me no end that they could easily see all my passwords. Those reading this might not even have known about this but now you do, I can tell you how to change it. This is especially important if you share a computer and everyone uses the same Windows Profile, as anyone using the profile could see anyone else's username and password. Solution NOTE: This does require at least average knowledge of how to navigate Windows and use Windows systems, although I will try and explain everything very simply. As the computer know-how of the average Firefox user is higher than most other computer users, this shouldn't be too hard. The solution to this isn't miraculously clever, it just hides the 'Show Passwords' button from the Options menu in the profile you are using. There are ways around this (explained at the end) but they are the kind of things only Advanced Users will know about and things you can't just stumble on to, unlike the current system. You may have noticed that there is a Master Password option which will allow these passwords to be protect by, you guessed it, a master password. However this has a major drawback in that you have to enter this password in order to use any of the passwords saved in the password manager everytime you open Firefox. To me this has always been more hassle than its worth so I have declined to do it, but with the beauty of open source I have been informed of another way. I'll explain this in easy to follow steps... 1) Click the Start Menu and select Run... 2) Type in '%AppData%' and hit Ok 3) Go to Mozilla > Firefox > Profiles > [random numbers/letters].default (assuming you only use the default profile, which most basic users do) > chrome 4) At the top menu bar select Tools > Folder Options > View 5) Uncheck the box that says 'Hide extensions for known file types' and click Ok NOTE: This will effect all folders, resulting in every file showing its extension (e.g. .mp3, .jpg). If you dont like this, you can change it back right after step 6 6) Create a new text file (Right click > New > Text Document) and name it 'userChrome.css' NOTE: The filename is case sensitive so use exactly that file name, not UserChrome.css or userchrome.css, or it won't work. 7) When the file is created, right click on it and select 'Edit'. This should open up Notepad (or any other text editor) 8) Copy and paste the following code: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); button#showPasswords {display: none !important;} 9) Save the file and restart Firefox. The button should have disappeared. Further Issues This will not password protect your passwords or anything like that. If you want to password protect the Password Manager you must use the master password and put up with the annoyance of entering the master password every time you load Firefox. Also, someone can just enter the chrome URL (chrome://passwordmgr/content/passwordManager.xul) into the taskbar to bring up the passwords or can simply copy sigons2.txt and key3.db to another profile or another computer to see them. This is only to remove the button from the options menu, which for me is enough to put my mind at ease. Any problems, post here. Hope its helpful |
|
|
|
|
|
#2 (permalink) |
|
Registered User
|
Re: Firefox Tip - Saved Passwords
An alternative code you can use in the userChrome.css file:
Code:
/* Hide "Show Password" Tab */
#togglePasswords{display:none;}
__________________
RAMONA "The mills of the Gods grind slowly, but exceedingly fine." |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: May 2008
Posts: 2
OS: winxp sp2
|
Re: Firefox Tip - Saved Passwords
Folks,
Is there a way of ADDING to the saved passwords file? As you know, some websites prevent the popping up of the "Remember password?" popup and so prevent Firefox from remembering the password. Is there a way I can get into the saved passwords file and ADD a new login and password for a new webite? |
|
|
|
|
|
#4 (permalink) |
|
Alternative Computing Team
|
Re: Firefox Tip - Saved Passwords
Hi sharad & Welcome,
There probably is but it's way passed my bedtime and I can't think straight!! Another long session.....If I remember tomorrow I'll post back (just want to get this in before I go). A solution to force the Remember Password applet to open (like for Yahoo & M$ log-ins) would be to use the Remember Password Bookmarklet by Jesse Ruderman. You can drag it into your bookmarks bar from that site. There's quite a lot of good ones there also. -------------------------------------------------------------------- Re: Hiding the Show Password button Another Option, possibly for the brave or more advanced user is to open about:config in your addy bar and change the value in the pref: pref.privacy.disable_button_view_passwords from false to true. Last edited by keithy397 : 05-05-2008 at 08:57 PM. |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: May 2008
Posts: 2
OS: winxp sp2
|
Re: Firefox Tip - Saved Passwords
Dear Keith,
Thanks for the quick reply, but unfortunately I have already tried the Remember Password bookmarklet--and it works for some sites, but not for all. So i was wondering whether I could manually edit the password file. I know one can edit it directly as a text file, but there passwords are stored in a garbled format, and so one cannot add new userids or passwords (one can copy them, however, if one is using the same set for another site--see the note on http://snarfed.org/space/change%20fi...ed%20passwords But that is not good enough for me! Look forward to more input. Sharad |
|
|
|
|
|
#6 (permalink) |
|
Alternative Computing Team
|
Re: Firefox Tip - Saved Passwords
I thought there was a discreet way to edit and/or add passwords in Firefox but having looked all over the knowledge base it appears that isn't the case. Maybe I was thinking of some of the older versions of Firefox.
I know that you can check the pref is set correctly for Firefox to remember passwords by typing about:config in your addy bar, then type signon in the filter bar and then you'll see the pref - signon.rememberSignons. This should be set to true. If it is set to false you can reset it by double clicking or right click and modify. In this link to the Knowledge Base you'll see entries for details regarding Passwords. So, I'm quite surprised you can't edit your passwords and sorry I couldn't be more help. |
|
|
|
![]() |
| Thread Tools | |
|
|