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

Switching histories deletes [Password] type entries #350

Closed
blackjackshellac opened this issue Apr 20, 2021 · 2 comments
Closed

Switching histories deletes [Password] type entries #350

blackjackshellac opened this issue Apr 20, 2021 · 2 comments

Comments

@blackjackshellac
Copy link

Is this by design?

$ gpaste-client switch-history test
$ gpaste-client add-password foo bar
$ gpaste-client add baz
$ gpaste-client --oneline
da876a44-3707-4590-a7fa-fbbce5586992: baz
a300e7fc-abc3-4460-987c-f6636069710c: [Password] foo
$ gpaste-client switch-history history
$ gpaste-client switch-history test
$ gpaste-client --oneline
# password foo is gone
da876a44-3707-4590-a7fa-fbbce5586992: baz
@Keruspe
Copy link
Owner

Keruspe commented Apr 20, 2021

Yes, password entries are not persisted by design

@blackjackshellac
Copy link
Author

K, thanks.

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

No branches or pull requests

2 participants