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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Alternative Computing > Mozilla/Firefox Browsers
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Mozilla/Firefox Browsers Firefox support issues

Reply
 
Thread Tools
Old 09-01-2007, 10:18 AM   #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
RichieW87 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 09-08-2007, 06:03 PM   #2 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Midwest U.S.A.
Posts: 27
OS: Windows XP SP2

My System

Re: Firefox Tip - Saved Passwords

An alternative code you can use in the userChrome.css file:

Code:
/* Hide "Show Password" Tab */
#togglePasswords{display:none;}
From: Add-ons Mirror userChrome.css
__________________
RAMONA
"The mills of the Gods grind slowly, but exceedingly fine."
RamonaJ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-04-2008, 07:26 AM   #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?
sharad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-05-2008, 08:45 PM   #4 (permalink)
Alternative Computing Team
 
keithy397's Avatar
 
Join Date: Jul 2004
Location: Anglesey, North Wales
Posts: 346
OS: w2k pro


Send a message via AIM to keithy397 Send a message via MSN to keithy397 Send a message via Yahoo to keithy397
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.
__________________
Cheers,

Keith


*Remember to clear Firefox cache regularly*

Last edited by keithy397 : 05-05-2008 at 08:57 PM.
keithy397 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-06-2008, 11:08 AM   #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
sharad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-07-2008, 06:35 AM   #6 (permalink)
Alternative Computing Team
 
keithy397's Avatar
 
Join Date: Jul 2004
Location: Anglesey, North Wales
Posts: 346
OS: w2k pro


Send a message via AIM to keithy397 Send a message via MSN to keithy397 Send a message via Yahoo to keithy397
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.
__________________
Cheers,

Keith


*Remember to clear Firefox cache regularly*
keithy397 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 11:26 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81