Commit bdccf741 authored by Jialiu Lin's avatar Jialiu Lin Committed by Commit Bot

Remove the GSuite restriction from login & change password url policies

Change descriptions of PasswordProtectionLoginURLs and
PasswordProtectionChangePasswordURL policies to remove the GSuite
restriction. These two policy settings can be used by Non-GSuite
enterprise users too.

Also push the password protection related settings to M69.

Bug: 845038
Change-Id: I423e24790bda568ac3006b3bb9948a4d12ac271e
Reviewed-on: https://chromium-review.googlesource.com/1067000Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Commit-Queue: Jialiu Lin <jialiul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560675}
parent 85287e1e
......@@ -11534,7 +11534,7 @@
'caption': '''Password protection warning is triggered by password reuse on phishing page''',
},
],
'supported_on': ['chrome.*:68-', 'chrome_os:68-'],
'supported_on': ['chrome.*:69-', 'chrome_os:69-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
......@@ -11658,7 +11658,7 @@
'type': 'array',
'items': { 'type': 'string' },
},
'supported_on': ['chrome.*:68-', 'chrome_os:68-'],
'supported_on': ['chrome.*:69-', 'chrome_os:69-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
......@@ -11668,7 +11668,6 @@
'caption': '''Configure the list of enterprise login URLs where password protection service should capture fingerprint of password.''',
'tags': [],
'desc': '''Configure the list of enterprise login URLs (HTTP and HTTPS schemes only). Fingerprint of password will be captured on these URLs and used for password reuse detection.
This setting should only be used by GSuite users using a SSO/SAML system.
In order for <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to correctly capture password fingerprints, please make sure your login pages follow the guidelines on https://www.chromium.org/developers/design-documents/create-amazing-password-forms.
If this setting is enabled, then password protection service will capture fingerprint of password on these URLs for password reuse detection purpose.
......@@ -11679,7 +11678,7 @@
'name': 'PasswordProtectionChangePasswordURL',
'type': 'string',
'schema': { 'type': 'string' },
'supported_on': ['chrome.*:68-', 'chrome_os:68-'],
'supported_on': ['chrome.*:69-', 'chrome_os:69-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
......@@ -11689,7 +11688,6 @@
'caption': '''Configure the change password URL.''',
'tags': [],
'desc': '''Configure the change password URL (HTTP and HTTPS schemes only). Password protection service will send users to this URL to change their passwords if they've been phished.
This setting should only be used by GSuite users using a SSO/SAML system.
In order for <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to correctly capture the new password fingerprint on this change password page, please make sure your change password page follows the guidelines on https://www.chromium.org/developers/design-documents/create-amazing-password-forms.
If this setting is enabled, then password protection service will send users to this URL to change their passwords if they've been phished.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment