New issue
Advanced search Search tips

Issue 619345 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Password autofill not working for automatic.com

Reported by aseda.ab...@gmail.com, Jun 11 2016

Issue description

Chrome Version       : 52.0.2743.33
OS Version: 10.0
URLs (if applicable) : https://dashboard.automatic.com
Other browsers tested:
  Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5:
  Firefox 4.x:
     IE 7/8/9:

What steps will reproduce the problem?
1. Sign into automatic.com and save password with Chrome.
2. Sign out of automatic.com
3. Revisit dashboard.automatic.com and click login.

What is the expected result?
Login credentials are filled, or when you click on the field the credentials show up in a dropdown list.


What happens instead of that?
Nothing

UserAgentString: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.33 Safari/537.36




 
Components: UI>Browser>Passwords
Labels: Needs-Feedback
aseda.aboagye@Could you please provide test credentials to sign into automatic.com and check the issue?

Thanks in advance.

Comment 2 Deleted

Comment 3 by battre@chromium.org, Jun 14 2016

Labels: Restrict-View-EditIssue

Comment 4 by vabr@chromium.org, Jun 14 2016

Labels: -OS-Windows -Needs-Feedback Hotlist-Polish OS-All
Status: Available (was: Unconfirmed)
Thanks for the report! I can reproduce the issue with Chrome 53.0.2767.0 (Developer Build) (64-bit) on GNU/Linux.

Looking at the chrome://password-manager-internals logs (full logs below), the bug seems to be that Chrome fails to see the password form when it calls FindFormElements in PasswordAutofillAgent::GetFillableElementFromFormData. I am sending this issue to the team's TODO queue.

Also thanks for sharing the test credentials as requested in #2. However, they are not needed for reproduction in this case, developers can use the chrome://flags/#enable-password-force-saving flag to enable manual saving and test with that. I will update our testing team on these alternatives so that we don't ask reporting users to provide the test accounts in the future. I will also delete your comment #2 to limit the public exposure of your testing credentials and make this bug publicly accessible again.


Message: PasswordAutofillAgent::SendPasswordForms 
only_visible: false
Security origin: https://dashboard.automatic.com/ 
Number of all forms: 1
Form is a password form: {
Action : https://dashboard.automatic.com/ ,
New password element : ,
Origin : https://dashboard.automatic.com/ ,
PSL match : false,
Password element : anonymous_password ,
Password generated : false,
SSL valid : false,
Scheme : HTML ,
Signon realm : https://dashboard.automatic.com/ ,
Times used : 0,
Username element : anonymous_username 
}
Message: PasswordManager::CreatePendingLoginManagers 
SSL errors present: false
IsPasswordManagementEnabledForCurrentPage: true
Number of pending login managers (before): 0
Adding manager for form with this signature: {
: 1067852723 ,
Signature of form, followed by field signatures : 6112762768010774695 
}
Message: PasswordFormManager::FetchMatchingLoginsFromPasswordStore 
PasswordFormManager::state_: 0
Number of pending login managers (after): 1
Message: PasswordFormManager::OnGetPasswordStoreResults 
Number of results from the password store: 1
Message: PasswordFormManager::OnRequestDone 
SSL errors present: false
IsPasswordManagementEnabledForCurrentPage: true
Message: PasswordManager::Autofill 
wait_for_username: false
The new state of the UI: 3
Message: PasswordAutofillAgent::OnFillPasswordForm 
ambiguous_or_empty_names: true
Number of potential forms to fill: 0
form_data's wait_for_username: false

Comment 5 by vabr@chromium.org, Jun 14 2016

Labels: -Restrict-View-EditIssue
Making public again, because the sensitive data has been deleted as described in #4.
Thanks so much. Yeah, I realized I also reproduced it on Chrome on Chrome OS.
Summary: Password autofill not working for automatic.com (was: Password Auto Sign-In not working for automatic.com)
PasswordAutofillAgent refuses to autofill. The elements in the form have neither "id" nor "name".

Comment 9 by dvadym@chromium.org, Dec 15 2016

Owner: dvadym@chromium.org
Status: Started (was: Available)
Status: Fixed (was: Started)

Sign in to add a comment