From 02a62d15c5695dae5d9a66ce5b8f590e4e713f99 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Mon, 9 Apr 2018 10:31:29 -0500 Subject: [PATCH] RememberPassword -> OfferToSaveLogins --- README.md | 6 +++--- windows/en-US/firefox.adml | 6 ++++-- windows/firefox.admx | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b01861..ada3d52 100644 --- a/README.md +++ b/README.md @@ -314,12 +314,12 @@ Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent } } ``` -### RememberPasswords -This policy sets the signon.rememberSignons preference. It can either be enabled or disabled. +### OfferToSaveLogins +This policy sets the signon.rememberSignons preference. It determines whether or not Firefox offers to save passwords. It can either be enabled or disabled. ``` { "policies": { - "RememberPasswords": true + "OfferToSaveLogins": true } } ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index bff6a43..e034fe3 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -112,8 +112,10 @@ If this policy is disabled or not configured, no extensions are uninstalled.If this policy is enabled, you can specify a list of extension IDs that the user will be unable to uninstall or disable. If this policy is disabled or not configured, no extensions are locked. - Remember Passwords - Enforces the setting to allow Firefox to remember saved logins and passwords. Both true and false values are accepted. + Offer to save logins + If this policy is enabled or not configured, Firefox will offer to save website logins and passwords. + +If this policy is disabled, firefox will not offer to save website logins and passwords. If this policy is enabled, pop-up windows are always allowed for the URLS indicated. If a top level domain is specified (http://example.org), pop-up windows are allowed for all subdomains as well. If this policy is disabled or not configured, the default pop-up policy is followed. diff --git a/windows/firefox.admx b/windows/firefox.admx index 5e40254..fd8267a 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -456,7 +456,7 @@ - + -- 2.34.1