chromium/components/policy/resources/templates/policy_definitions/PasswordManager/PasswordSharingEnabled.yaml

caption: Enable sharing user credentials with other users
desc: |-
  Setting the policy to Enabled lets users send to and receive from family members (according to Family Service) their passwords.
  When the policy is Enabled or not set, there is a button in the Password Manager allowing to send a password.
  The received passwords are stored into user's account and are available in the Password Manager.

  Setting the policy to Disabled means users can't send passwords from Password Manager to other users, and can't receive passwords from other users.

  The feature is not available if synchronization of Passwords is turned off (either via user settings or <ph name="SYNC_DISABLED">SyncDisabled</ph> policy is Enabled).

  Managed accounts aren't eligible to join or create a family group and therefore cannot share passwords.
default: true
example_value: true
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
supported_on:
- android:120-
- chrome.*:120-
- chrome_os:120-
- ios:120-
items:
- caption: Enable sharing user credentials
  value: true
- caption: Disable sharing user credentials
  value: false
owners:
- file://components/password_manager/OWNERS
- [email protected]
schema:
  type: boolean
tags:
- google-sharing
type: main