chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/UserAvatarImage.yaml

caption: User avatar image
desc: |-
  This policy allows you to configure the avatar image representing the user on the login screen. The policy is set by specifying the URL from which <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> can download the avatar image and a cryptographic hash used to verify the integrity of the download. The image must be in JPEG format, its size must not exceed 512kB. The URL must be accessible without any authentication.

        The avatar image is downloaded and cached. It will be re-downloaded whenever the URL or the hash changes.

        If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> will download and use the avatar image.

        If you set this policy, users cannot change or override it.

        If the policy is left not set, the user can choose the avatar image representing them on the login screen.
example_value:
  hash: deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
  url: https://example.com/avatar.jpg
features:
  dynamic_refresh: true
  per_profile: true
max_size: 524288
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  properties:
    hash:
      description: The SHA-256 hash of the avatar image.
      type: string
    url:
      description: The URL from which the avatar image can be downloaded.
      type: string
  type: object
supported_on:
- chrome_os:34-
tags: []
type: external