~ci-train-bot/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas-ubuntu-zesty-4606

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<node>
  <interface name="com.ubuntu.AccountsService.SecurityPrivacy">

    <annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>

    <annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
                value="com.ubuntu.AccountsService.GreeterReadAny"/>

    <!-- 0: Keyboard password prompt (traditional entry)
         1: 4-digit numeric password prompt (like a PIN pad) -->
    <property name="PasswordDisplayHint" type="i" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
    </property>

    <property name="EnableFingerprintIdentification" type="b" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
    </property>

    <property name="EnableLauncherWhileLocked" type="b" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
    </property>

    <property name="EnableIndicatorsWhileLocked" type="b" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
    </property>

  </interface>
</node>