[gnome-initial-setup] Create keyring initially unencrypted



commit 5bad07a71269869b34d340c2ce4396e56e0538cf
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon May 18 08:40:12 2015 -0400

    Create keyring initially unencrypted
    
    This avoids a possible problem when we run gnome-initial-setup
    in the user session for a passwordless user - gnome-keyring will
    not create a keyring in this situation, and we will not ask
    the user to change his password, so we end up creating a keyring
    with the password "gis", which the user can't unlock.

 gnome-initial-setup/gis-keyring.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/gis-keyring.c b/gnome-initial-setup/gis-keyring.c
index 42e1a64..6459591 100644
--- a/gnome-initial-setup/gis-keyring.c
+++ b/gnome-initial-setup/gis-keyring.c
@@ -29,7 +29,7 @@
 
 #include <libsecret/secret.h>
 
-#define DUMMY_PWD "gis"
+#define DUMMY_PWD ""
 
 /* We never want to see a keyring dialog, but we need to make
  * sure a keyring is present.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]