-
Notifications
You must be signed in to change notification settings - Fork 60
Description
General information
- Operating system + version: Debian Sid
- Browser + version: Vivaldi 3.8.2259.42 (Stable channel) (64-bit)
- Information about the host app:
- How did you install it?
Installed via Debian package manager (webext-browserpass 3.7.2-1+b1) and ranmake hosts-vivaldi-useras per instructions
- How did you install it?
- Information about the browser extension:
- How did you install it?
Installed via Debian package manager (webext-browserpass 3.7.2-1+b1) - Browserpass extension version as reported by your browser: 3.7.2
- How did you install it?
Exact steps to reproduce the problem
-
Fill in username
-
Click the BrowserPass extension button
-
BrowserPass starts filling out login details
What should happen?
If the password file doesn't contain anything but a single continuous line it's probably just a password (as generated by pass generate [filename]). There should be an option to respect this behavior. I append _username to the files that actually contain a username (and _seccuritytoken for security tokens, etc.), and most usernames I simply share across multiple sites where I don't mind connecting the identities (like Steam and GOG). Alternatively don't fill the username field if it isn't empty (might cause conflicts with sites that populate the field with "username" until clicked?).
What happened instead?
Depending on the currently set options, the username will either be filled with the filename or the default username. There is no option to only fill in the password field and leave the username field as-is.