GNOME Bugzilla – Bug 642884
Passwords without usernames are not saved
Last modified: 2013-05-03 18:59:34 UTC
Hello, Epiphany does not save a password when there is no username on the site. The webinterface of my router has only a password field, no username field. With regards, Paul van der Vlis.
Created attachment 183493 [details] [review] Save passwords for credentials forms without username field Fix for
Created attachment 183495 [details] [review] Save passwords for credentials forms without username field Remove g_printing Fix for #642884
Review of attachment 183495 [details] [review]: ::: embed/ephy-web-view.c @@ +619,3 @@ + if (fill_data->username_node) + g_object_set (fill_data->username_node, + "value", keyring_data->user, NULL); Shouldn't we check here that the keyring data wasn't stored as "bogus"? The page might have changed since we saved things. @@ +797,3 @@ hostname = ephy_string_get_host_name (store_data->uri); + if (hostname == NULL) + hostname = g_strdup (store_data->uri); Mmm, this seems unrelated?
*** This bug has been marked as a duplicate of bug 698866 ***