Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agoFavorites in 1Password 8 now showing me everybody's
I have only a few favorites in 1Password and this was an excellent way to find "My Favorites". All of a sudden, I am now seeing favorites which other people who have shared vaults are marking as the...
1P_Dave
Moderator
9 months agoThanks for the feedback. There isn't an expected release date that the team and I can share. Changing favourites to be per-user rather than per-item is a request that is in our product team's backlog but there are prerequisites that have to be developed first before the team can consider making the change.
The metadata that stores whether an item is favourited exists in the item itself using the faveIndex
value:
- If an item is favourited then
"faveIndex": 1
. - If an item isn't favourited then
"faveIndex": 0
.
Each item is responsible for declaring whether it is a favourite or not, this system was developed in a time when sharing items in 1Password wasn't as common as it is now. Before favourites can be made per-user this faveIndex
metadata has to be moved out of the item and into a new user-specific layer in the database. Creating this user-specific layer requires some architecture work and, for the moment, this work is yet to be done.
Personally, I'd love to see user-specific favourites and I'll continue to push for the feature internally. And, if I do come across any updates that I can share then I'll make sure to update this thread. 🙂
-Dave