1
0
gnome-control-center/gnome-control-center-remove-password-options.patch
Dominique Leuenberger e3128d4440 Accepting request 172654 from home:Golbats_Everywhere:branches:GNOME:Factory
remove-password-options.patch never made it into Factory

Needed to prevent users from permanently locking themselves out of their computers (barring switching ttys, logging in as root, and using passwd....)

OBS-URL: https://build.opensuse.org/request/show/172654
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=188
2013-05-01 20:19:16 +00:00

38 lines
1.1 KiB
Diff

From b6eae4c79add7d231ebcd776b0f80340773d4acd Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <mike.catanzaro@gmail.com>
Date: Sat, 20 Apr 2013 10:54:47 -0500
Subject: [PATCH] Remove password options
* Choose password at next login
* Login without password
We want to put these back, but for now they don't work
bnc#779408
---
panels/user-accounts/data/password-dialog.ui | 8 --------
1 file changed, 8 deletions(-)
diff --git a/panels/user-accounts/data/password-dialog.ui b/panels/user-accounts/data/password-dialog.ui
index 81de04f..44dceaa 100644
--- a/panels/user-accounts/data/password-dialog.ui
+++ b/panels/user-accounts/data/password-dialog.ui
@@ -15,14 +15,6 @@
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Choose password at next login</col>
- <col id="1">1</col>
- </row>
- <row>
- <col id="0" translatable="yes">Log in without a password</col>
- <col id="1">2</col>
- </row>
- <row>
<col id="0" translatable="yes">Disable this account</col>
<col id="1">3</col>
</row>
--
1.8.1.4