Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 2 risposte
  • 1 ha questo problema
  • 18 visualizzazioni
  • Ultima risposta di 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.
Immagini allegate

Tutte le risposte (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: