Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

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

Geändert am von tomasz.myszkowski

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (2)

more options

Ausgewählte Lösung

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.

Hilfreich?

more options

that's what i need, thanks

Hilfreich?

Stellen Sie eine Frage

Sie müssen sich mit Ihrem Benutzerkonto anmelden, um auf Beiträge zu antworten. Bitte stellen Sie eine neue Frage, wenn Sie noch kein Benutzerkonto haben.