Force use master password via mozilla.cfg or policies.json
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
tomasz.myszkowski کی جانب سے
منتخب شدہ حل
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.
تمام جوابات (2)
منتخب شدہ حل
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.
that's what i need, thanks