summaryrefslogtreecommitdiff
path: root/data/org.gnome.login-screen.gschema.xml.in
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-09-03 19:06:11 +0200
committerRay Strode <rstrode@redhat.com>2012-09-04 15:23:24 -0400
commit8467ae1cb5dbb92e101a35033579f295a9fc2a86 (patch)
treee44086951427843ddce2d990eddf0aa806adfb62 /data/org.gnome.login-screen.gschema.xml.in
parentbb3961768d2ef37ad6f9c192dc32b7a9fadd4f91 (diff)
downloadgdm-8467ae1cb5dbb92e101a35033579f295a9fc2a86.tar.gz
Add allowed-failures key to login screen settings
Add a new key to configure the number of failed login attempts before showing the user list again. Defaults to 3. https://bugzilla.gnome.org/show_bug.cgi?id=683285
Diffstat (limited to 'data/org.gnome.login-screen.gschema.xml.in')
-rw-r--r--data/org.gnome.login-screen.gschema.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.login-screen.gschema.xml.in b/data/org.gnome.login-screen.gschema.xml.in
index 657d0b0f..e8372913 100644
--- a/data/org.gnome.login-screen.gschema.xml.in
+++ b/data/org.gnome.login-screen.gschema.xml.in
@@ -79,5 +79,15 @@
Set to true to disable showing the restart buttons in the login window.
</_description>
</key>
+ <key name="allowed-failures" type="i">
+ <default>3</default>
+ <_summary>
+ Number of allowed authentication failures
+ </_summary>
+ <_description>
+ The number of times a user is allowed to attempt authentication, before
+ giving up and going back to user selection.
+ </_description>
+ </key>
</schema>
</schemalist>