-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Allow selection of KeePassXC group when creating new entry #382
Comments
This would be very nice. We need to discuss if this would be more convenient to add to the KeePassXC side instead. |
That would be possible too. KeePassXC 2.40 is released soon so I'll try to add this behaviour before that (just a basic support for a group parameter: if it's set, then use a group set by the user, otherwise use the default). |
We can also aim for 2.4.1 to add the hook. But if you can make it ready before the beta this week that would be awesome. |
@varjolintu would the group list be exposed to the browser plugin as well, to populate the dropdown? Icons are only a nice to have. |
@wohali That would be needed, yes. |
It's done. See #396 and keepassxreboot/keepassxc#2637. |
Expected Behavior
When creating a new entry, I should be able to select the group within which I place the entry. For instance:
etc.
These would map to the groups inside of KeePassXC.
The dialogue could even allow for creation of new groups inside of KeePassXC.
Current Behavior
All browser passwords are placed in a single group, KeePassXC-Browser Passwords. The user must then manually drag these to the group after creation - not convenient.
Possible Solution
Provide a popup window on creation of entry that allows selection of group.
Steps to Reproduce (for bugs)
Not a bug.
Debug info
Not a bug.
The text was updated successfully, but these errors were encountered: