After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 786994 - Passwords retrieved through sync do not get automatically filled.
Passwords retrieved through sync do not get automatically filled.
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Sync
3.25.x
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-30 05:39 UTC by Hussam Al-Tayeb
Modified: 2017-08-30 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
form-auth: Change type of target origin from SoupURI to char * (4.75 KB, patch)
2017-08-30 14:15 UTC, Gabriel Ivașcu
committed Details | Review

Description Hussam Al-Tayeb 2017-08-30 05:39:39 UTC
This is what I did:
1) I cleaned every password not stored by evolution/goa using seahorse.
2) Installed the master branch version of epiphany, signed into sync, and it retrieved my firefox passwords and bookmarks.
3) I tried logging onto bugzilla.gnome.org but it did not automatically fill in my information.
4) I deleted the entry using epiphany password manager and let epiphany save it again. After that, epiphany started automatically filling it in again.
Comment 1 Gabriel Ivașcu 2017-08-30 14:15:45 UTC
Created attachment 358761 [details] [review]
form-auth: Change type of target origin from SoupURI to char *

soup_uri_new() appends a / to the target origin, thus causing the value
passed to ephy_embed_form_auth_new() to be different from the one
returned by ephy_embed_form_auth_get_target_origin().
Comment 2 Gabriel Ivașcu 2017-08-30 14:25:44 UTC
Attachment 358761 [details] pushed as 5bf05e1 - form-auth: Change type of target origin from SoupURI to char *