You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox, the autofill functionality works correctly for the password field on Cosmos login pages, but it does not work for the username field. Additionally, this issue is reproducible when using Bitwarden on both mobile and desktop platforms. Users are unable to autofill their username, leading to a suboptimal user experience as they must manually enter their username each time they log in, while the password is automatically filled.
What should have happened?
Both the username and password fields should be autofilled when saved credentials are available, regardless of the browser or password manager being used.
How to reproduce the bug?
Open Firefox on desktop or mobile and navigate to a Cosmos login page.
Observe that the password field is automatically filled if the user has saved credentials.
Notice that the username field remains empty, even though saved credentials are available.
Repeat the test using Bitwarden on both mobile and desktop platforms.
Confirm that Bitwarden is unable to autofill the username field, while the password field is filled correctly.
What happened?
In Firefox, the autofill functionality works correctly for the password field on Cosmos login pages, but it does not work for the username field. Additionally, this issue is reproducible when using Bitwarden on both mobile and desktop platforms. Users are unable to autofill their username, leading to a suboptimal user experience as they must manually enter their username each time they log in, while the password is automatically filled.
What should have happened?
Both the username and password fields should be autofilled when saved credentials are available, regardless of the browser or password manager being used.
How to reproduce the bug?
Relevant log output
Other details
I think the name has to be name="username"
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
System details
The text was updated successfully, but these errors were encountered: