st/settings: Add new disable-show-password setting

There's now a setting

org.gnome.desktop.lockdown disable-show-password

that ostensibly lets admins prevent from users from
showing their password in password dialogs.

gnome-shell currently ignores this key.

As a first step, this commit adds the setting to StSettings.

Future commits will use the new setting.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/687>
This commit is contained in:
Ray Strode 2021-07-21 13:51:53 -04:00 committed by Marge Bot
parent 4ae06a2879
commit 162d694d9a
2 changed files with 37 additions and 1 deletions

View file

@ -28,7 +28,7 @@ gjs_req = '>= 1.68.1'
gtk_req = '>= 3.15.0'
mutter_req = '>= 41.alpha'
polkit_req = '>= 0.100'
schemas_req = '>= 3.33.1'
schemas_req = '>= 41.alpha'
startup_req = '>= 0.11'
ibus_req = '>= 1.5.2'
gnome_desktop_req = '>= 3.35.90'