chromium/components/policy/resources/templates/policy_definitions/QuickUnlock/PinUnlockWeakPinsAllowed.yaml

caption: Enable users to set weak PINs for the lock screen PIN
default: null
desc: |-
  Setting the policy to Enabled allows weak PINs. Some characteristics of weak PINs: only one digit (1111), digits increase by 1 (1234), digits decrease by 1 (4321), and common PINs. Setting the policy to Disabled means users can't set weak, easy-to-guess PINs.

        If policy is not set, users get a warning, not an error, for a weak PIN.
example_value: false
features:
  dynamic_refresh: true
  per_profile: true
items:
- caption: Allow users to set a weak PIN
  value: true
- caption: Do not allow users to set a weak PIN
  value: false
- caption: Allow users to set a weak PIN, but show a warning
  value: null
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  type: boolean
supported_on:
- chrome_os:57-
tags: []
type: main