-
Notifications
You must be signed in to change notification settings - Fork 330
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
Comments
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. |
@xiorcal Would you be able to clarify what you mean? |
@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. |
Ah, makes sense.. Pretty hardcore feature though. Might need some work in core. Depends on buttercup/buttercup-core#223 |
it's exactly what @sallar described. sorry for the delay, I was away from any computer. |
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 :)
The text was updated successfully, but these errors were encountered: