Showing questions tagged: Show all questions
  • Archived

Need one Firefox profile (sync) for home and one for work. Two different Pc's

I have completely separate bookmarks and bookmark toolbars on my work PC and home PC. I do log in on my home PC as to not lose my personal bookmarks and passwords. I acci… (read more)

I have completely separate bookmarks and bookmark toolbars on my work PC and home PC. I do log in on my home PC as to not lose my personal bookmarks and passwords. I accidentally logged into Firefox at work and it merged my bookmarks from my home PC. I logged out of Firefox on the work PC and removed the bookmarks that were imported from my home PC profile. I then tried to make a new account with my work email and login to sync on my work PC but it always says primary email needed and I'm stuck. I did go to about:profiles and add a work profile but that doesn't help me. I need to make a Firefox profile on my work PC with my work email address but the primary email thing gets me. Is there a way to do this with my current work PC bookmarks not lost? Thanks

Asked by Jimmy D 2 years ago

Last reply by FredMcD 2 years ago

  • Archived

Firefox 99.0 asking for master password twice

In security I have use primary password enabled. I have sync enabled. When I first open Firefox, the "Please Enter your Primary Password" dialog appears twice. At first … (read more)

In security I have use primary password enabled. I have sync enabled. When I first open Firefox, the "Please Enter your Primary Password" dialog appears twice. At first I thought I was repeatedly miskeying the first time. But then I noticed that if I drag the modal dialog box, then a second box pops up behind the first. In fact, some times, I can start typing when that second dialog appears. As in the case today when I just caught it. Please see screen shot attached.

FireFox 99.0 Windows Enterprise 10 OS Build: 18363.2212 I am on a Private Browsing window when I see this error.

Please do what it takes to cause me to not have to enter the master password twice.

Thank you,

Asked by Joe 2 years ago

Last reply by Joe 2 years ago

  • Archived

cant access my gmail verification code for firefox account without password stored on firefox accounr

Hi. I know my firefox account email: [email]@gmail.com and firefox account password: won't type it here, but i know it and have entered it successfully. After i sign in… (read more)

Hi. I know my firefox account email: [email]@gmail.com and firefox account password: won't type it here, but i know it and have entered it successfully.

After i sign in, with the correct email and password, it states i need to access the verification code and enter it to use my firefox account. the problem is that i just reinstalled windows and the gmail password was autogenerated and stored within my firefox account. so in order for me to access my gmail to retrieve the verification code i need to access the passwords stored on my firefox account.

I have a number of autogenerated passwords related to my college assessments that are time sensitive. I need help with this urgently!

Thank you, Phillip Shields

Asked by phillip-shields 2 years ago

Last reply by phillip-shields 2 years ago

  • Archived

No bookmarks and passwords

Hello I changed my laptop. I synced everything with my passed laptop. I reconnect today with my new laptop. ... I have no data, no more bookmarks, nothing ! How coul… (read more)

Hello I changed my laptop. I synced everything with my passed laptop. I reconnect today with my new laptop. ... I have no data, no more bookmarks, nothing ! How could it be possible ? Thx

Asked by xavlam2000 2 years ago

Last reply by xavlam2000 2 years ago

  • Solved
  • Archived

GMAIL does not update

Hello, for some reason my gmail does not update/sync on firefox when I delete a mail from other devices. I have tried clearing cache. could you please advise?

Asked by mohsenbizar 2 years ago

Answered by Dropa 2 years ago

  • Solved
  • Archived

Firefox passwords

My windows got corrupted had to reinstall everything and this means i have lost my old Firefox account password is there anyway i can get all those saved passwords as i n… (read more)

My windows got corrupted had to reinstall everything and this means i have lost my old Firefox account password is there anyway i can get all those saved passwords as i need them. Any help would be great

Asked by Dudman 2 years ago

Answered by cor-el 2 years ago

  • Archived

I have reset my Firefox account password, but still have the saved passwords and data on my phone from before the reset, if I reconnect my phone to the internet will I lose that data? Is there a way to re-sync those data to my account?

Title sorta says it all. The other day when I opened FireFox on my laptop it said my account had been disconnected, and to re-sign in. In a long story short, I did not ha… (read more)

Title sorta says it all. The other day when I opened FireFox on my laptop it said my account had been disconnected, and to re-sign in. In a long story short, I did not have my phone for several weeks and it was dead. I received it afterwards, did not allow it to connect to the internet, and still have that old profile data on my phone.

Can that data safely be retrieved or re-synced to my account? If so, how? It would be iPhone to Windows 11 install.

Respectfully, Michael

Asked by Mogfred 2 years ago

Last reply by Mogfred 2 years ago

  • Archived

passwords lost

I have 2 Firefox accounts and I want to import or copy my passwords for the account that still has them to the one that has lost them. I synced one account in Firefox BET… (read more)

I have 2 Firefox accounts and I want to import or copy my passwords for the account that still has them to the one that has lost them. I synced one account in Firefox BETA that has my passwords. My other account I used to sign in on Firefox and all logins and passwords are gone. How can I do this and not loose my passwords I have in the BETA version?

  • Archived

Sync fails with search engines

Every now and then, somebody asks why Firefox Sync fails so hard when it comes to custom search engines such as those installed from mycroft.mozdev.org, now https://mycro… (read more)

Every now and then, somebody asks why Firefox Sync fails so hard when it comes to custom search engines such as those installed from mycroft.mozdev.org, now https://mycroftproject.com/ for no apparent reason. We are talking about OpenSearch standard and Sherlock.

As of now, the search results on https://support.mozilla.org are either archived or unanswered. Please work on the ranking of search results so users can see

  • when a thread has been started / last updated
  • which answer is actually solving the problem or at least linking to the correct statement of the developers concerning the topic.

Asked by Melchior blausand 2 years ago

Last reply by Paul 2 years ago

  • Archived

firefox sync server reverse proxy not working

I'm self hosting a firefox sync server on unraid. If I set it up on the local network, it works. I use this public address in the docker container http://localhost:5000… (read more)

I'm self hosting a firefox sync server on unraid. If I set it up on the local network, it works. I use this public address in the docker container http://localhost:5000 and the about:config server as identity.sync.tokenserver.uri = http://localhost:5000/token/1.0/sync/1.5.

Now if I switch to my reverse proxy, I use this public address in the docker container http://firefox.mydomain.com and the about:config server as identity.sync.tokenserver.uri = http://firefox.mydomain.com:5000/token/1.0/sync/1.5. It does not sync. I get an error if I use that url in the browser link. If I make it http://firefox.mydomain.com/token/1.0/sync/1.5 (taking out the port number), my browser displays a json page. But if I remove the port number in the about:config and make it identity.sync.tokenserver.uri = http://firefox.mydomain.com/token/1.0/sync/1.5, it logs me out of the firefox account.

The reverse proxy is passing port 5000 through, so that is why not specifying it returns a valid browser page. The about:config seems to need the port specified to work. Otherwise I'm getting logged off. Is there a workaround to this?

Asked by firefox1812 2 years ago

Last reply by firefox1812 2 years ago

  • Archived

Lost Bookmarks

Hello, I lost my bookmarks when I changed my password. Can Firefox recover them on its servers? I've seen many similar complaints arising from similar problems. One woul… (read more)

Hello,

I lost my bookmarks when I changed my password. Can Firefox recover them on its servers? I've seen many similar complaints arising from similar problems. One would think that Firefox would address this issue to improve the user experience.

Regards, G

Asked by siket.g 2 years ago

Last reply by siket.g 2 years ago

  • Solved
  • Archived

How to view all synched tabs from all devices

my computer broke about 2 months back and i am wondering if i can access the tabs from that device from another device since the original was synced (or i.e. is the a fun… (read more)

my computer broke about 2 months back and i am wondering if i can access the tabs from that device from another device since the original was synced (or i.e. is the a function in Firefox that lets me see all synced tabs from all connected devices)

going to the regular synced tab area there isn't anything from that computer there,

Firefox v.99.0

Asked by max.joho7 2 years ago

Answered by max.joho7 2 years ago

  • Archived

"Force Sync" not working

My bookmarks do not seem to be syncing between my computers. I have updated versions of Firefox on both computers, sync is turned on, the same account is logged in, and t… (read more)

My bookmarks do not seem to be syncing between my computers. I have updated versions of Firefox on both computers, sync is turned on, the same account is logged in, and the bookmarks option is selected on both computers. But when I force sync, there is a bookmark missing on one of the tabs. The most recent bookmark I've added. This has happened in the past and I had to manually add the bookmark.

Any suggestions?

Asked by jeremywknight 2 years ago

Last reply by jeremywknight 2 years ago

  • Archived

Accessing Unsynced settnings or content

Hi there, I've been using firefox as my main browser and I've created a account and using it all the time for syncing the settings, bookmarks, logins, extensions etc. B… (read more)

Hi there,

I've been using firefox as my main browser and I've created a account and using it all the time for syncing the settings, bookmarks, logins, extensions etc.

BUT due to some unwanted (really irritating) search suggestion were being shown to me by firefox, I had to uninstall firefox from my system.

    • Throughout the process, I'd kept syncing ON always!!

But when I installed firefox again and after loggedin, I'm syncing everything but this is restoring (syncing) very old data which doesn't have my latest bookmarks, extenstions & saved logins!!

How DO I get my all data???

URGENT PLEASE!! THANK YOU


    • Note : I'm using default "Firefox-ESR" in Kali linux 2022

Asked by deep8394yaduvanshi 2 years ago

Last reply by deep8394yaduvanshi 2 years ago

  • Solved
  • Archived

I can't delete my Firefox account

A while ago I made a Firefox account with my Yahoo email address as the primary email, and my Outlook email address as the secondary email. Eventually I realized that I d… (read more)

A while ago I made a Firefox account with my Yahoo email address as the primary email, and my Outlook email address as the secondary email. Eventually I realized that I didn't need my Yahoo email account anymore, so I deleted it, forgetting that it was being used as the primary email for my Firefox account. Now I can't remove my Outlook email from my Firefox account without verifying my Yahoo email account, and I can't even delete the Firefox account since it was made under the Yahoo email account as a primary email address.

Now I can't use my Outlook email address to create a new Firefox account either.

Asked by vivek95148 2 years ago

Answered by vivek95148 2 years ago

  • Archived

Maximum number of synced tabs?

Is there a maximum number of tabs that can be synced? I have about 800 tabs on my old computer, but when I look at the synced tabs in the sidebar on the new computer, onl… (read more)

Is there a maximum number of tabs that can be synced? I have about 800 tabs on my old computer, but when I look at the synced tabs in the sidebar on the new computer, only about half of them are listed. The oldest 400 or so are missing.

And yes, I realize 800 tabs is insane. But that's another discussion. :)

Asked by tony_w 2 years ago

Last reply by cor-el 2 years ago

  • Archived

Firefox Sync question

How can I open all my tabs from an old laptop to a new one automatically? I tried to look for any buttons, but did not find any other than having to do it one at a time … (read more)

How can I open all my tabs from an old laptop to a new one automatically? I tried to look for any buttons, but did not find any other than having to do it one at a time

Asked by danick.barboza 2 years ago

Last reply by cor-el 2 years ago