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

update creates new record instead of updating #18

Open
Bastian82 opened this issue Oct 3, 2022 · 0 comments
Open

update creates new record instead of updating #18

Bastian82 opened this issue Oct 3, 2022 · 0 comments

Comments

@Bastian82
Copy link
Contributor

./pwsafecli.py get -f ~/hasla_gorilla.psafe3 --username "foobar"

[
    Group: ['WWW']
    Title: Znak sklep
    Username: foobar
    Password: ****
    UUID: ca518748-f5ee-430c-4a6e-ced087907170
    Note: 
    Created: 2022-08-06 14:09:05
    PasswordModified: 2022-10-03 19:56:20
    EntryModified: 2022-10-03 19:56:20
    LastAccess: 2022-10-03 19:56:20
    Expires: 1970-01-01 00:00:00
    Email: 
    URL: znak.pl
    AutoType: 
]

./pwsafecli.py update -f ~/hasla_gorilla.psafe3 --uuid "ca518748-f5ee-430c-4a6e-ced087907170" --password "****"

[
    Group: ['WWW']
    Title: Znak sklep
    Username: foobar
    Password: ****
    UUID: ca518748-f5ee-430c-4a6e-ced087907170
    Note: 
    Created: 2022-08-06 14:09:05
    PasswordModified: 2022-10-03 19:56:20
    EntryModified: 2022-10-03 19:56:20
    LastAccess: 2022-10-03 19:56:20
    Expires: 1970-01-01 00:00:00
    Email: 
    URL: znak.pl
    AutoType: 
]
[
    Group: ['WWW']
    Title: Znak sklep
    Username: foobar
    Password: ****
    UUID: ca518748-f5ee-430c-4a6e-ced087907170
    Note: 
    Created: 2022-08-06 14:09:05
    PasswordModified: 2022-10-03 19:56:20
    EntryModified: 2022-10-03 19:56:20
    LastAccess: 2022-10-03 19:56:20
    Expires: 1970-01-01 00:00:00
    Email: 
    URL: znak.pl
    AutoType: 
]
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

1 participant