Skip to content

Commit

Permalink
Edit PhishGuard enterprise policies based on feedback from launch review
Browse files Browse the repository at this point in the history
A couple of edits on enterprise policies based on feedback we got in
launch review.

Bug: 845038
Change-Id: Ie5536e9ce9a197d1b562571e5f247d58049234be
Reviewed-on: https://chromium-review.googlesource.com/1130506
Commit-Queue: Jialiu Lin <jialiul@chromium.org>
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573845}
  • Loading branch information
Jialiu Lin authored and Commit Bot committed Jul 10, 2018
1 parent 62ca6db commit cf15d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/policy/resources/policy_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -11617,7 +11617,7 @@
If this policy is set to 'PasswordProtectionWarningOff', no password protection warning will be shown.
If this policy is set to 'PasswordProtectionWarningOnPasswordReuse', password protection warning will be shown when the user reuses their protected password on a non-whitelisted site.
If this policy is set to 'PasswordProtectionWarningOnPhishingReuse', password protection warning will be shown when the user reuses their protected password on a phishing site.
If this policy is left unset, password protection warning will be triggered when the user reuses their protected password on a phishing site but the user will be able to change this setting.''',
If this policy is left unset, password protection service will only protect Google passwords but the user will be able to change this setting.''',
},
{
'id': 419,
Expand Down Expand Up @@ -11756,10 +11756,10 @@
'id': 424,
'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.
'desc': '''Configure the change password URL (HTTP and HTTPS schemes only). Password protection service will send users to this URL to change their password after seeing a warning in the browser.
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.
If this setting is enabled, then password protection service will send users to this URL to change their password after seeing a warning in the browser.
If this setting is disabled or not set, then password protection service will send users to https://myaccounts.google.com to change their password.
This policy is not available on Windows instances that are not joined to a <ph name="MS_AD_NAME">Microsoft® Active Directory®</ph> domain.''',
},
Expand Down

0 comments on commit cf15d50

Please sign in to comment.