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

Add a reference to another password #630

Open
xiorcal opened this issue Jul 18, 2018 · 5 comments
Open

Add a reference to another password #630

xiorcal opened this issue Jul 18, 2018 · 5 comments

Comments

@xiorcal
Copy link

xiorcal commented Jul 18, 2018

I'm trying to migrate from keepass to buttercup. import works very well wich is very good!

but buttercup seems to missed an important (to me) feature from keepass : add a reference from another entry.

my use case : I have an ldap authentication that I use in numerous of compagny applications and I don't want to update every single entry everytime my password change.

with keepass it is done easily through the "insert field reference" option in the entry menu. so I just have one entry to update when the password must be change.

did I missed the way to achieve this in buttercup or is this not a feature for now?

another solution to my problem would be a "batch update" mode to edit multiple entries at the same time

thanks anyway for bringing some new in the password manager utilities :)

@perry-mitchell
Copy link
Member

Hi @xiorcal - I'm not sure what you mean by references here. I guess you're only talking about imported data, right? If you mean for the purpose of updating and overwriting old passwords and values, that could definitely be achieved. It'd require some substantial additions to the importer project, however.

@perry-mitchell
Copy link
Member

@xiorcal Would you be able to clarify what you mean?

@sallar
Copy link
Member

sallar commented Jul 29, 2018

@perry-mitchell by referencing they mean inserting a pointer to a field in another entry. For example this is a feature in Keepass or other software like Paw (for REST resting). Instead of typing a value directly in the entry, you can "insert a reference" that points to a field of another entry. So when the other entry's password changes, all the entries that have a reference to that field will update. Because the values are references not copies.

@perry-mitchell
Copy link
Member

perry-mitchell commented Jul 29, 2018

Ah, makes sense.. Pretty hardcore feature though. Might need some work in core.

Depends on buttercup/buttercup-core#223

@xiorcal
Copy link
Author

xiorcal commented Jul 31, 2018

it's exactly what @sallar described. sorry for the delay, I was away from any computer.

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

No branches or pull requests

3 participants