marcwebbie / passpie

:closed_lock_with_key: Multiplatform command-line password manager
http://passpie.readthedocs.org/
MIT License
921 stars 68 forks source link

Passpie update command does not update password (though other fields update with command) #104

Closed wakatara closed 8 years ago

wakatara commented 8 years ago

Passpie does not appear to be updating password on use of the passpie update command. Still loving passpie for managing my passwords. Sorry to keep on bringing up update bugs.

Steps to reproduce

  1. Create fake example passpie add 1234@example
  2. passpie copy example

  3. Confirm password is correct

Then,

  1. passpie update example

  2. Update login
  3. update password to different password
  4. confirm password
  5. update comment
  6. passpie copy example

    Expected behaviour

Password updated to new password

Observed behaviour

Password "nulled" (in the Launchbar clipboard manager it says "no printable characters" in the entry and no password is pastable.).

Environment

Shiny new macbook retina OSX 10.11.5 OSX default terminal running tmux 2.1 tmux, passpie, python and gpg all installed via homebrew

🚀  ~ passpie --version
passpie, version 1.4.2
🚀  ~ python --version
Python 2.7.11
🚀  ~ python3 --version 
Python 3.5.1
🚀  ~ gpg --version
gpg (GnuPG) 1.4.20
wakatara commented 8 years ago

(and once again, thanks for all your hard work on passpie. I really do think it's the best of the command line pw managers out there. I've converted a couple of people to it now. 😸

marcwebbie commented 8 years ago

Hello @wakatara

fixed on version 1.4.3

Thanks for your contribution, 😀