]> git.p6c8.net - policy-templates.git/commitdiff
RememberPassword -> OfferToSaveLogins
authorMichael Kaply <consulting@kaply.com>
Mon, 9 Apr 2018 15:31:29 +0000 (10:31 -0500)
committerMichael Kaply <consulting@kaply.com>
Mon, 9 Apr 2018 15:31:29 +0000 (10:31 -0500)
README.md
windows/en-US/firefox.adml
windows/firefox.admx

index 6b01861f2cafb629cd87471e7b116add9282babb..ada3d52e62b5f3ae0de1ff59f1588039ea5ee4df 100644 (file)
--- 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
   }
 }
 ```
index bff6a4317f7d61d9ba87defcbb718d0ed6709e51..e034fe3354350273c50840cc598e2c725cecee64 100644 (file)
@@ -112,8 +112,10 @@ If this policy is disabled or not configured, no extensions are uninstalled.</st
       <string id="Extensions_Locked_Explain">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.</string>
-      <string id="RememberPasswords">Remember Passwords</string>
-      <string id="RememberPasswords_Explain">Enforces the setting to allow Firefox to remember saved logins and passwords. Both true and false values are accepted.</string>
+      <string id="OfferToSaveLogins">Offer to save logins</string>
+      <string id="OfferToSaveLogins_Explain">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.</string>
       <string id="PopupBlocking_Allow_Explain">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.</string>
index 5e40254cb6a5774a98233cdef442ca704fc72d80..fd8267a017baa7b23a51db868df156997d1611de 100644 (file)
         </boolean>
       </elements>
     </policy>
-    <policy name="RememberPasswords" class="Both" displayName="$(string.RememberPasswords)" explainText="$(string.RememberPasswords_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="RememberPasswords">
+    <policy name="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins">
       <parentCategory ref="firefox"/>
       <supportedOn ref="SUPPORTED_WINXPSP2"/>
       <enabledValue>

patrick-canterino.de