Showing questions for topic:
Kukhonjiswa imibuzo ethegiwe:

Unable to log into Google accounts from Firefox

Hello, Sorry to disturb but its been two days and I am unable to access my Google accounts (work and private) through Firefox in anyway. I have done all the basic fixes I… (funda kabanzi)

Hello, Sorry to disturb but its been two days and I am unable to access my Google accounts (work and private) through Firefox in anyway. I have done all the basic fixes I can think of but with no success. I have deleted caches, checked plug ins, rebooted Firefox went through the trouble shooting mode, followed advice in the community forum, tried logging in from Google linked accounts. Spoke to our internal IT support at work but nothing has solved the issue as yet, spoke to Google support.

My assumption is that it has to be the browser as I am able to log into google with another browser but Firefox is my preferred browser and would like to use it again as such.

Please advise.

Thank you Cait

Solved Okugcinwe kunqolobane 9 1327

inbox

Hello, I appreciate the community and would blike to know if it's possible to receive email or send emails to other addresses within the fire fix account Mozilla account … (funda kabanzi)

Hello, I appreciate the community and would blike to know if it's possible to receive email or send emails to other addresses within the fire fix account Mozilla account email inbox?

Solved Okugcinwe kunqolobane 2 581

Cannot load profile

Hi, Win 10 Pro new installation. Dell Optiplex MBR type Bios. I had saved a recent profile to an external drive in its own name (i.e. not the profiles folder) After the n… (funda kabanzi)

Hi, Win 10 Pro new installation. Dell Optiplex MBR type Bios.

I had saved a recent profile to an external drive in its own name (i.e. not the profiles folder)

After the new Win 10 installation, I downloaded a new copy of Thunderbird.

I then copied the saved profile into the new Profiles folder, selected it in Choose user profile and started Thunderbird.

Thunderbird opened but not with the saved (8+ Gb) profile, just one new email account and asking for passwords to other email accounts I used before, and no folders.

I went back into the profiles folder and renamed all other profiles "OLDxxx999, but still the same one new email account when I opened Thunderbird.

I desperately need the saved email folders - I don't mind loading all the email accounts again, just need my court case history folders.

How can I force Thunderbird to use the saved profile, or can I identify and individually load in the saved local folders?

Thank you for any guidance towards a solution.

Okugcinwe kunqolobane 9 434

cannot create account

Cannot create account. Just started using Mozilla because my ISP does not like Macs. Apparently Mozilla does not like Macs either. I entered the information and just got… (funda kabanzi)

Cannot create account. Just started using Mozilla because my ISP does not like Macs.

Apparently Mozilla does not like Macs either. I entered the information and just got "Bad request (400)"

I've been floundering and cannot find any help.

Okugcinwe kunqolobane 1 370

Duplicate email

Somehow, I now have a duplicate email account. Changes to either one are reflected in the other account. So if I delete one, the other one will be duplicated. Also rec… (funda kabanzi)

Somehow, I now have a duplicate email account. Changes to either one are reflected in the other account. So if I delete one, the other one will be duplicated. Also recently, each received email is duplicated.

I can live with each duplicated email but would like to get rid of the duplicated account.

Thanks, Sue

Okugcinwe kunqolobane 5 345

account duplicates

Please 🙏 I am tired of the same thing nothing changes I will get control over my podcast and Cash app pay pal and they take it right back I truly know who's doing this wh… (funda kabanzi)

Please 🙏 I am tired of the same thing nothing changes I will get control over my podcast and Cash app pay pal and they take it right back I truly know who's doing this where do I start

Solved Okugcinwe kunqolobane 1 287

Signing into Amazon.com

New problem. I have correct Amazon password and sign in. I keep getting a message to sign in to Amazon but not allowed to do so. Message says “this request comes from Fir… (funda kabanzi)

New problem. I have correct Amazon password and sign in. I keep getting a message to sign in to Amazon but not allowed to do so. Message says “this request comes from Firefox, published by Mozilla “. This does not happen on phone but only on computer. How resolve?

Okugcinwe kunqolobane 1 287

2 accounts logged on

I notice two account logged into my Mozilla account one is - Firefox mobile 130 - android 14 And the other is - Firefox on Samsung SMA146W They both saw a few seconds but… (funda kabanzi)

I notice two account logged into my Mozilla account one is - Firefox mobile 130 - android 14 And the other is - Firefox on Samsung SMA146W

They both saw a few seconds but in the activity section I see a login time different of 1-2 minutes

I've been having problems with my mac regarding authorized access but i can't pinpoint it. Another example is my wifi network app will show my phone connecting to it with it being present multiple times. Like my phones will be listed 2 or 3 times as online.

I'm so confused. Any help would be appreciated

Okugcinwe kunqolobane 7 283

I want to log in to two Firefox accounts on the same computer

Hello! I want to log in to two Firefox accounts on the same computer. This is possible with Google Chrome, but I am not sure how to achieve this with Firefox. Could you p… (funda kabanzi)

Hello!

I want to log in to two Firefox accounts on the same computer. This is possible with Google Chrome, but I am not sure how to achieve this with Firefox. Could you please let me know how to do this?

Is there a customer service number in China? If so, could you please contact me by phone and let me know the phone number for customer service in China?

My phone number is [edited phone# from community support forum]

Okugcinwe kunqolobane 2 236

Mozilla message says I'm running Win 10, but my system says Win 11

Earlier I logged in to Firefox to pose a question. Checking email, I had a notice from Mozilla that my account was used to sign in: Firefox on Windows 10 / United State… (funda kabanzi)

Earlier I logged in to Firefox to pose a question. Checking email, I had a notice from Mozilla that my account was used to sign in: Firefox on Windows 10 / United States (estimated) / Thursday, Oct 23, 2025.

Does Firefox think I'm using Win 10??? I checked my computer and it verifies that I am running Win 11 with all updates.

Call me confused. Or is this a non-issue? I ask because I'm trying to get into a member website and after I login, it takes me to a page that is for new signers ... not an existing member. Has happened several times.

Thanks,

Ron

Solved Okugcinwe kunqolobane 4 215

Follow RECENT CIRCULARS - NEWS CHANNEL

Improving documentation organization can greatly enhance its usability and readability. Here are some tips to help you get started: 1. **Structure and Hierarchy** - … (funda kabanzi)

Improving documentation organization can greatly enhance its usability and readability. Here are some tips to help you get started:

      1. 1. **Structure and Hierarchy**

- **Table of Contents**: Start with a clear table of contents (TOC) that outlines the main sections and subsections of your documentation. - **Headings and Subheadings**: Use consistent and descriptive headings (H1, H2, H3, etc.) to break down content into manageable sections.

      1. 2. **Consistent Formatting**

- **Markdown**: Utilize Markdown for consistent formatting. For example:

 ```markdown
 # Main Heading
 ## Subheading
 - Bullet point
 1. Numbered list
 ```

- **Code Blocks**: Use code blocks for any code snippets or commands:

 ```python
 def example_function():
     print("Hello, World!")
 ```
      1. 3. **Clear and Concise Language**

- **Simplicity**: Write in clear, concise language. Avoid jargon unless necessary, and provide definitions for any technical terms. - **Active Voice**: Use active voice to make instructions more direct and easier to follow.

      1. 4. **Visual Aids**

- **Diagrams and Screenshots**: Include diagrams, flowcharts, and screenshots to illustrate complex concepts or steps. - **Tables**: Use tables to organize data and comparisons.

      1. 5. **Navigation and Links**

- **Internal Links**: Use internal links to connect related sections within your documentation. - **External Links**: Provide links to external resources for further reading or tools.

      1. 6. **Search Functionality**

- **Search Bar**: If your documentation is hosted online, ensure it has a search bar to help users find information quickly.

      1. 7. **Version Control**

- **Changelog**: Maintain a changelog to document updates and changes to your documentation. - **Version Numbers**: Clearly indicate the version of the documentation and the corresponding version of the software or project.

      1. 8. **Feedback and Iteration**

- **User Feedback**: Encourage users to provide feedback on the documentation. Use this feedback to make continuous improvements. - **Regular Updates**: Regularly review and update the documentation to keep it current and accurate.

      1. Example Structure

Here's a simple example of how you might structure your documentation:

```markdown

  1. Project Title
    1. Table of Contents

1. [Introduction](#introduction) 2. [Installation](#installation) 3. [Usage](#usage) 4. [API Reference](#api-reference) 5. [FAQ](#faq) 6. [Changelog](#changelog)

    1. Introduction

Brief overview of the project.

    1. Installation

Step-by-step instructions on how to install the project.

    1. Usage

Examples and explanations of how to use the project.

    1. API Reference

Detailed information about the API endpoints or functions.

    1. FAQ

Common questions and answers.

    1. Changelog

List of changes and updates. ```

By following these tips, you can create well-organized, user-friendly documentation that is easy to navigate and understand. If you have any specific questions or need further assistance, feel free to ask!

Okugcinwe kunqolobane 1 198

Account sign in

I have been trying to sign into my account here on FireFox with my Gmail account, and my password has not been working. When I sign into my account on other browsers my p… (funda kabanzi)

I have been trying to sign into my account here on FireFox with my Gmail account, and my password has not been working. When I sign into my account on other browsers my password works. Why wont it work on FireFox? Thanks, David

Okugcinwe kunqolobane 1 195