[gnome-initial-setup] Really force the creation of a password



commit 13a9728565d6361043c3e5ac1264b6d9324d90e7
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 16 21:08:12 2012 -0500

    Really force the creation of a password
    
    We were inadvertedly accepting empty passwords initially.

 .../pages/account/gis-account-page.c               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page.c b/gnome-initial-setup/pages/account/gis-account-page.c
index 9a4ed91..d826815 100644
--- a/gnome-initial-setup/pages/account/gis-account-page.c
+++ b/gnome-initial-setup/pages/account/gis-account-page.c
@@ -114,7 +114,7 @@ clear_account_page (GisAccountPage *page)
 
   priv->valid_name = FALSE;
   priv->valid_username = FALSE;
-  priv->valid_password = TRUE;
+  priv->valid_password = FALSE;
 
   /* FIXME: change this for a large deployment scenario; maybe through a GSetting? */
   priv->account_type = ACT_USER_ACCOUNT_TYPE_ADMINISTRATOR;



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