caption: Password protection warning trigger
desc: |-
Setting the policy lets you control the triggering of password protection warning. Password protection alerts users when they reuse their protected password on potentially suspicious sites.
Use <ph name="PASSWORD_PROTECTION_LOGIN_URLS_POLICY_NAME">PasswordProtectionLoginURLs</ph> and <ph name="PASSWORD_PROTECTION_CHANGE_PASSWORD_URL_POLICY_NAME">PasswordProtectionChangePasswordURL</ph> to set which password to protect.
If this policy is set to:
* PasswordProtectionWarningOff, no password protection warning will be shown.
* PasswordProtectionWarningOnPasswordReuse, password protection warning will be shown when the user reuses their protected password on a non-allowed site.
* PasswordProtectionWarningOnPhishingReuse, password protection warning will be shown when the user reuses their protected password on a phishing site.
Leaving the policy unset has the password protection service only protect Google passwords, but users can change this setting.
example_value: 1
features:
dynamic_refresh: true
per_profile: true
future_on:
- fuchsia
items:
- caption: Password protection warning is off
name: PasswordProtectionWarningOff
value: 0
- caption: Password protection warning is triggered by password reuse
name: PasswordProtectionWarningOnPasswordReuse
value: 1
- caption: Password protection warning is triggered by password reuse on phishing
page
name: PasswordProtectionWarningOnPhishingReuse
value: 2
owners:
- [email protected]
- [email protected]
schema:
enum:
- 0
- 1
- 2
type: integer
supported_on:
- chrome.*:69-
- chrome_os:69-
tags: []
type: int-enum