-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support multiple URLs per entry and add "insert reference" button(s) #2356
Comments
Please see #1769, I like your implementation idea. We are a little hamstrung on how this works because of the way KeePass itself handles URLs (ie, only one per entry). Therefore the implementation for this feature would necessitate using the attributes to store URL2, URL3, URL4, etc. I like your design because it keeps the attributes in the back end and lets the user just "make it work" for them. We can store a URL title, but again that would be a custom attribute since KeePass does not support it. |
re: https://github.com/keepassxreboot/keepassxc/issues/2356#issuecomment-427197444 First: thank you for responding Hmm... #1769 looks kinda like one of my workarounds. How about this then? Yeah, maybe it's not the cleanest bookmark manager -- but it's certainly doable. If you like that more -- and SSO is really common -- I'd be happy to write up a new feature request. Example: Title: [ |
I'm not sure I understand what you mean in your last post. |
I think I may have just found my answer. I just learned about cloning an entry and using references to the UN/PW. OMFG. I didn't even know. The functionality that I seek is already there. If I clone an entry and select insert references I have SSO. Therefore, I get different URL's for a single UN/PW combination. ::smacks head:: OK. So, what I am asking for is: a button/menu/secret handshake to insert UN/PW references -- i.e., like "clone an entry." Example: Title: [ |
I was going to point you towards cloning entries, but thought you were already using them 😑! I like the idea of the insert reference (almost like a reverse clone operation). |
I have the same problem. Using original keepass I had two solutions:
|
This was deployed as part of 2.5.0. #3558 |
I have elebenty bazillion login credentials to manage.
...And I've got at least two different browsers open at any one time.
...And I have to float between computers ALL 👏 THE 👏 ❕❔✖➗ING 👏 TIME
For login credentials, I adore keepassxc. I can thumbdrive it and the above scenario is totally manageable. But I have two additional realities that make this a bit difficult
...And bookmark syncing SUCKS ROCKS
Proposed Solution
I would love it if keepassxc could give me multiple URL's on Entry page. Not only could I use keepassxc as my password manager, I could also use it to store bookmarks.
...You know, for the elebenty bazillion sites that we developers and operations people have for reference.
Current Workaround
I get around this two ways:
I use Advanced > Additional Attributes.
It's OK, but kind of a pain.
I create multiple entries in a group and for Username, enter something like
This is also kind of a pain.
Suggested UI
Basically, this would involve adding three controls to the UI:
https://webmail.url
<< Webmailhttps://wiki.url
<< Internal Wiki/HR pagehttps://CRM.url
<< CRM SoftwareExample A
Title: [
...text field..........................................
]Username: [
...text field..........................................
]Password: [
...text field..........................................
]Repeat: [
...text field..........................................
][ ✓] Expires: [
...datetime field....................
] [ Presets v ][➕] URL [
...text field for URL...
] [...text field for title...
][✓] Notes [
...memo field..........................................
]Example B
Title: [
...text field..........................................
]Username: [
...text field..........................................
]Password: [
...text field..........................................
]Repeat: [
...text field..........................................
][ ✓] Expires: [
...datetime field....................
] [ Presets v ][➖] URL [
...text field for URL...
] [...text field for title...
][➖] URL [
...text field for URL...
] [...text field for title...
][➕] URL [
...text field for URL...
] [...text field for title...
][✓] Notes [
...memo field..........................................
]The text was updated successfully, but these errors were encountered: