GNOME Bugzilla – Bug 697893
Don't insist on a password of any strength
Last modified: 2013-04-17 15:29:28 UTC
Created attachment 241367 [details] [review] account: Allow no password or weak password Related bug 679744 and bug 633015 Like Allan said we can help the user to create a strong password but we don't need to insist on it.
Review of attachment 241367 [details] [review]: Looks good. ::: gnome-initial-setup/pages/account/gis-account-page.c @@ +74,3 @@ gboolean domain_chosen; + guint password_len; What's the advantage of saving this?
Created attachment 241371 [details] [review] account: Allow no password or weak password Ah the password_len storage was left over from a bit of re-factoring, removed now. Thanks.
Review of attachment 241371 [details] [review]: Looks good, with a minor nit. ::: gnome-initial-setup/pages/account/gis-account-page.c @@ +313,3 @@ + set_entry_validation_error (GTK_ENTRY (password_entry), _("No password")); + + if (strlen (password) > 0) "else"?
pushed as 23bf265c79ca170eefb81de0d6c923d577da3880 with above fixed
*** Bug 679744 has been marked as a duplicate of this bug. ***