Etsi tuesta

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Lue lisää

Force use master password via mozilla.cfg or policies.json

  • 2 vastausta
  • 0 henkilöllä on sama ongelma
  • 55 näyttöä
  • Viimeisin kirjoittaja tomasz.myszkowski

more options

I would like to force on users in my organization to protect their passwords by firefox master password. How to do that by modifaing mozilla.cfg or policies.json?

Thank You

I would like to force on users in my organization to protect their passwords by firefox '''master password'''. How to do that by modifaing '''mozilla.cfg''' or '''policies.json'''? Thank You

Muokattu , muokkaaja tomasz.myszkowski

Valittu ratkaisu

Add the following to policies.json:

{
  "policies": {
    "PrimaryPassword": true
  }
}


The user will be prompted to create a primary password when they try to save login details.

Lue tämä vastaus kontekstissaan 👍 1

Kaikki vastaukset (2)

more options

Valittu ratkaisu

Add the following to policies.json:

{
  "policies": {
    "PrimaryPassword": true
  }
}


The user will be prompted to create a primary password when they try to save login details.

more options

that's what i need, thanks