Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

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

Upravil(a) tomasz.myszkowski dňa

Vybrané riešenie

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.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (2)

more options

Vybrané riešenie

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.

Pomohla vám táto odpoveď?

more options

that's what i need, thanks

Pomohla vám táto odpoveď?

Položiť otázku

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.