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
{{ message }}
This repository has been archived by the owner on May 27, 2019. It is now read-only.
If my password store is in a locked state, selecting the copy password or copy username options, then after being prompted to decrypt, the password or username is not copied to the clipboard and I have to re-search and re-select copy to copy it to the clipboard.
I would expect that after decrypting the entry, the copy command would be issued.
This does not correspond to the behaviour for sites which are found by browserpass; when I try to auto-enter the credentials with the store locked, then after decrypting the entry the credentials are passed automatically without me having to select the entry again.
Operating system + version: Mac 10.12.6 (Sierra)
Browser + version: Chrome 65.0.3325.162
Information about the host app:
If installed via package manager or downloaded from releases page, put a version: 2.0.17
In the recent versions it can be obtained with $ browserpass -v.
If in doubt what version you have, download and re-install the latest version!
If built from sources, put a commit id ($ git describe --always):
Information about the browser extension:
Browserpass extension version as reported by your browser: 2.0.17
Exact steps to reproduce the problem
Have a locked password store
Search for an entry
Click key icon to copy password
Enter GPG key to decrypt
Paste the password from the clipboard
What should happen?
Password from the selected entry should be pasted and should be on the clipboard.
What happened instead?
Clipboard is unchanged. To successfully copy the password, repeat steps 1, 2 and 4 above.
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I had a suspicion that we had this issue, but never got a chance to confirm.
Filling passwords works because it was intentionally implemented in #119, I think re-using the same approach will do the trick here too. I'll have a look 🙂
General information
If my password store is in a locked state, selecting the copy password or copy username options, then after being prompted to decrypt, the password or username is not copied to the clipboard and I have to re-search and re-select copy to copy it to the clipboard.
I would expect that after decrypting the entry, the copy command would be issued.
This does not correspond to the behaviour for sites which are found by browserpass; when I try to auto-enter the credentials with the store locked, then after decrypting the entry the credentials are passed automatically without me having to select the entry again.
$ browserpass -v
.$ git describe --always
):Exact steps to reproduce the problem
What should happen?
Password from the selected entry should be pasted and should be on the clipboard.
What happened instead?
Clipboard is unchanged. To successfully copy the password, repeat steps 1, 2 and 4 above.
The text was updated successfully, but these errors were encountered: