-
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
Description
We share password (and login) using passwordstore command and QtPass (thanks for this nice software) across our team
One limitation is that we can't easily know who can use password in which subfolder, let's say in this configuration
a.com/.gpg-id (3E286FDFD9232A11/userA 3F01457BC926AD78/userB)
a.com/login
b.com/.gpg-id (3E286FDFD9232A11/userA 46D6CAF30BFC2B4F/userC)
b.com/login
When clicking a.com, then "Users",
Actual:
no checkboxes are checked at all
Expected:
checkboxes of userA and userB should be checked, but not userC of course
Regards
NitroG42