diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 13:58:47 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 13:58:47 +0000 |
commit | 526fc024687de776e518fa18c86017ab8cecfdd9 (patch) | |
tree | b737c4af43d71ad72da522078cf6469c2c5d65d5 /chrome/app/policy | |
parent | c5c6c8c9a905f7c6d4086c1f22ff7037a69c3155 (diff) | |
download | chromium_src-526fc024687de776e518fa18c86017ab8cecfdd9.zip chromium_src-526fc024687de776e518fa18c86017ab8cecfdd9.tar.gz chromium_src-526fc024687de776e518fa18c86017ab8cecfdd9.tar.bz2 |
Add policy to control 'show password' facility in the password manager.
BUG=49609
TEST=Manual
Review URL: http://codereview.chromium.org/3299010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r-- | chrome/app/policy/policy_templates.grd | 11 | ||||
-rw-r--r-- | chrome/app/policy/policy_templates.json | 7 |
2 files changed, 18 insertions, 0 deletions
diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd index 3b5df8f..8c2adcc 100644 --- a/chrome/app/policy/policy_templates.grd +++ b/chrome/app/policy/policy_templates.grd @@ -374,6 +374,17 @@ templates and will be translated for each locale. --> If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. </message> + <message name="IDS_POLICY_GROUP_PASSWORDMANAGERALLOWSHOWPASSWORDS_CAPTION" desc="Caption of the 'allow show passwords in password manager' policy settings page."> + Allow to show passwords in Password Manager + </message> + <message name="IDS_POLICY_GROUP_PASSWORDMANAGERALLOWSHOWPASSWORDS_DESC" desc="Description of the 'allow show passwords in password manager' policy settings page."> + Controls whether the user may show passwords in clear text in the password manager. + + If you disable this setting, the password manager does not allow showing stored passwords in clear text in the password manager window. + + If you enable or do not configure this setting, users can view their passwords in clear text in the password manager. + </message> + <message name="IDS_POLICY_GROUP_DISABLEDPLUGINS_CAPTION" desc="Caption of the 'disable plugins' policy settings page."> Specify a list of plugins that are disabled </message> diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index 852cc5a..fe84664 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -143,6 +143,13 @@ }] }, { + 'name': 'PasswordManagerAllowShowPasswords', + 'policies': [{ + 'name': 'PasswordManagerAllowShowPasswords', + 'type': 'main', + }] + }, + { 'name' : 'AutoFillEnabled', 'policies': [{ 'name': 'AutoFillEnabled', |