IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.01k stars 158 forks source link

OTP function stopped working #630

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the bug Clicking on the OTP button does nothing anymore. It worked before.

To Reproduce Steps to reproduce the behavior:

  1. Open qtpass
  2. Select an entry that contains an otp secret
  3. Unlock the database
  4. Click on the OTP button in the tool panel

Expected behavior Showing me an OTP for the selected entry.

Screenshots Nothing to screenshot here.

Desktop

Additional context The packages

shemeshg commented 1 year ago

I got it working ok, however you have to set config to

  1. Programs -> use pass
  2. settings ->use qrencode
  3. settings-> use pass otp extenstion. Screen Shot 2023-05-02 at 23 25 40

The power of QtPass is that it uses the host files (pass) and it's extension in a very standard manner, If you would like gpgme c++ native support, you might look at https://sourceforge.net/projects/pass-simple/ however it is still under development, and not compatible with the pass otp extension.

https://github.com/tadfisher/pass-otp#readme

Hope it helps

ghost commented 1 year ago

@shemeshg Hi. Thank you. Step 1 and 3 solved the problem, step 2 but step 2 is not neccessary at all. ;)