Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Customize Firefox to Automatically Save Passwords When Logging in

In the past, we have received many questions from readers about how to automatically save the login password without having to press the Remember button.

Table of Contents

Understanding Instructions requires more than a headline. The overview below breaks down the key facts, changes, and user impact.

Instructions Overview

Customize Firefox to Automatically Save Passwords When Logging in – Instructions

After much time searching, we found out that this function is controlled by some javascript files. This process is as follows, after entering the Username, Password into the form and pressing b, javascript will handle:

_onFormSubmit () in nsLoginManager. Js file

PromptToSavePassword in nsLoginManagerPrompter. Js file

_showSaveLoginNotification in nsLoginManagerPrompter. Js file

AddLogin in nsLoginManager. Js file

And to learn more about the process, close Firefox, open nsLoginManagerPrompter. Js file with NotePad (or any Text editor) in the C: Program FilesMozilla Firefoxcomponents folder. Replace the code from lines 642 to 711 as follows:

Var pwmgr = this._pwmgr;

Pwmgr. AddLogin (aLogin);

Customize Firefox to Automatically Save Passwords When Logging in – Instructions (2)

From this point on, whenever you log in to any website, Firefox will automatically save the relevant information such as username and password without displaying the message as before. However, you can still use the Password management function via the Tools> Options> Security> Saved Passwords menu. But be aware that this method should only be applied to Firefox 3. X browsers and earlier versions. Good luck!

FAQ

What is the main topic of Customize Firefox to Automatically Save Passwords When Logging in?

Understanding Instructions requires more than a headline.

Why is Instructions important?

The overview below breaks down the key facts, changes, and user impact.

What should readers remember about Instructions?

Instructions Overview After much time searching, we found out that this function is controlled by some javascript files.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.