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 multiple url's for login #344

Closed
janw-me opened this issue Dec 10, 2018 · 2 comments
Closed

Add multiple url's for login #344

janw-me opened this issue Dec 10, 2018 · 2 comments

Comments

@janw-me
Copy link

janw-me commented Dec 10, 2018

I have website.com and a local website.test I'd like to both match the login.

Expected Behavior

I create a login in keepass and connect it. It works.
Next edit the advanced json from

{"Allow":["website.com"],"Deny":[],"Realm":""}

And add

{"Allow":["website.com", "website.test"],"Deny":[],"Realm":""}

Save keepass. In browser go to test url.
Doesn't show anything.

Is this not supported, of am I misunderstanding the feature?

Debug info

KeePassXC - 2.3.4
KeePassXC-Browser -1.3.0
Operating system: Ubuntu
Browser: Firefox

@varjolintu
Copy link
Member

varjolintu commented Dec 10, 2018

There is already PR for this: keepassxreboot/keepassxc#1769.

EDIT: Directly editing the permissions or adding more sites to it won't work because the database URL entry is used for matching. For now, the only workaround is to clone the entry and modify the clone's URL.

@janw-me
Copy link
Author

janw-me commented Dec 10, 2018

Ahh nice.
Lives on there.

@janw-me janw-me closed this as completed Dec 10, 2018
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

2 participants