summaryrefslogtreecommitdiff
path: root/data/org.gnome.login-screen.gschema.xml.in
blob: f974d6f7e8238f1f767779c3b7ca83218b11ef00 (plain)
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
29
30
31
32
33
34
35
<schemalist>
  <schema id="org.gnome.login-screen" path="/org/gnome/login-screen/">
    <key name="enable-fingerprint-authentication" type="b">
      <default>true</default>
      <_summary>
        Whether or not to allow fingerprint readers for login
      </_summary>
      <_description>
        The login screen can optionally allow users who have enrolled
        their fingerprints to log in using those prints.
      </_description>
    </key>
    <key name="enable-smartcard-authentication" type="b">
      <default>false</default>
      <_summary>
        Whether or not to allow smartcard readers for login
      </_summary>
      <_description>
        The login screen can optionally allow users who have smartcards
        to log in using those smartcards.
      </_description>
    </key>
    <key name="logo" type="s">
      <default>''</default>
      <_summary>
        Path to small image at top of user list
      </_summary>
      <_description>
        The login screen can optionally show a small image at the top of its
        user list to provide site administrators and distributions a way to
        provide branding.
      </_description>
    </key>
  </schema>
</schemalist>