Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty name whene generating a new password breaks the password store. #429

Closed
RobinVanhove opened this issue Dec 29, 2019 · 3 comments
Closed
Labels

Comments

@RobinVanhove
Copy link

General information. Describe your environment

  • Versions
    • Operating system: Linux
    • Browser: Mozilla Firefox 71.0
    • PassFF: 1.9.1
    • Host app: 1.2.0 (AUR package)

Actual behaviour

When generating a new password using the passff add-on the default for the name is /. The generating process calls pass generate ls (or something similar) which creates a file .gpg in the password store dir.
This file essentially breaks pass since pass ls will just return the generated password and not the list. As a result also the passff.

Expected behaviour

Generating a new password should never break the pasff or pass itself.

Steps to reproduce the behaviour

  1. Create a new password using passff
  2. Ensure / is used as name
  3. Passff is no longer usable
@tuxor1337
Copy link
Collaborator

I can confirm this behavior, but it's an upstream bug. Please report to the pass project.

@tuxor1337
Copy link
Collaborator

@valentino-sm
Copy link

I can confirm this behavior, but it's an upstream bug. Please report to the pass project.

Is this correct behaviour ?
Having / in name input everywhere.

Seems like there should be url autofilling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants