summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2019-08-21 13:41:08 -0400
committerFlorian Müllner <fmuellner@gnome.org>2019-12-21 03:53:27 +0100
commitbccafc27e830aee430dc301e9d7d585d743138e2 (patch)
tree2c0690b25d712f20ac9069ac6db081eb1cb18c70
parentc585e230fd57972708b575b6903034a5ad9113a3 (diff)
downloadgsettings-desktop-schemas-wip/disable-show-password.tar.gz
schemas: add new lockdown setting for password showingwip/disable-show-password
A convenient feature of many password entries is the "Show Password" menu that lets the user see what password is hidden behind the bullets they're typing. While certainly useful, it can also be problematic in some deployments, and violate security policies. This commit adds a new setting to rid users of that "Show Password" menu item.
-rw-r--r--schemas/org.gnome.desktop.lockdown.gschema.xml.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.lockdown.gschema.xml.in b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
index d31fb77..e5e408e 100644
--- a/schemas/org.gnome.desktop.lockdown.gschema.xml.in
+++ b/schemas/org.gnome.desktop.lockdown.gschema.xml.in
@@ -79,5 +79,12 @@
devices (i.e. flash disks, mobile phones, cameras).
</description>
</key>
+ <key name="disable-show-password" type="b">
+ <default>false</default>
+ <summary>Disable password showing</summary>
+ <description>
+ Disable the "Show Password" menu item in password entries.
+ </description>
+ </key>
</schema>
</schemalist>