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
If I have a password without a username it is not handled correctly.
1.) If there is a stored login with a username in the stored passwords, that password will be used when retrieving one.
2.) If there has been no username/password combination before storing the password, that password will automatically also be used for username/password prompts (which does not make sense because there is a username to be entered too).
The first is not that big a problem.
The second, however, is more problamtic because I seem to be unable to store the password then with the username (might only be a problem if the password is the same as without the username)
The text was updated successfully, but these errors were encountered:
Do you have the same problem with the default password manager? The extension doesn't do any username checking when retrieving or storing passwords, it only stores what firefox gives us.
I believe this bug probably exists in the binary version as well. I am guessing the cause is that the binary API treats empty username as "match everything" when retrieving the password again. So we probably need to use a magic value in place for empty usernames, but it's unclear which magic value would be suitable.
If I have a password without a username it is not handled correctly.
1.) If there is a stored login with a username in the stored passwords, that password will be used when retrieving one.
2.) If there has been no username/password combination before storing the password, that password will automatically also be used for username/password prompts (which does not make sense because there is a username to be entered too).
The first is not that big a problem.
The second, however, is more problamtic because I seem to be unable to store the password then with the username (might only be a problem if the password is the same as without the username)
The text was updated successfully, but these errors were encountered: