為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Password "Import from file" suddenly missing even after enabling "signon.management.page.fileImport.enabled"

  • 2 回覆
  • 1 有這個問題
  • 18 次檢視
  • 最近回覆由 cor-el

more options

Via "about:config" the "signon.management.page.fileImport.enabled" option is enabled. I tested it on a fresh install on another machine just now, and it does add the "..." button - however, the option to import and export from file are completely absent - only the options to import from other browsers are available.

SEE SCREENSHOT

The option you can see in the screenshot, that was available until this week apparently, is no longer available after turning it on. I rely on this feature at my Job, when we image machines with logins for our users.

I need this basic functionality of all web-browsers or we'll have to switch to another one. We do not allow the users to Sync their accounts with FireFox/Lockwise, as we do not want the passwords being taken to other locations/pc's where they have signed to Firefox.

Please help - Thank you.

Via "about:config" the "signon.management.page.fileImport.enabled" option is enabled. I tested it on a fresh install on another machine just now, and it does add the "..." button - however, the option to import and export from file are completely absent - only the options to import from other browsers are available. SEE SCREENSHOT The option you can see in the screenshot, that was available until this week apparently, is no longer available after turning it on. I rely on this feature at my Job, when we image machines with logins for our users. I need this basic functionality of all web-browsers or we'll have to switch to another one. We do not allow the users to Sync their accounts with FireFox/Lockwise, as we do not want the passwords being taken to other locations/pc's where they have signed to Firefox. Please help - Thank you.
附加的畫面擷圖

所有回覆 (2)

more options

These are the only options now - SEE SCREENSHOT:

more options

The System Details list shows you use Firefox 78 and that version doesn't support login export and import.

Firefox 79+ comes with an export to CSV feature. Firefox 80+ comes with an import from CSV feature.

The LoginExport.jsm module is present in Firefox 78, but hasn't been enabled and you need code in userContent.css to get the export menu entry in Lockwise.

@-moz-document url-prefix("about:logins"){
 button.menuitem-import, button.menuitem-export { display:block!important; }
}

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true

See: