Prioritize a password entry for a particular website
See original GitHub issueGeneral information
- Browser + version: Any
- Information about the host app:
- How did you install it?: prebuilt binary
- version (
$ browserpass-linux64 --version
):Browserpass host app version: 3.0.10
- Information about the browser extension:
- How did you install it?: chrome webstore
- Browserpass extension version as reported by your browser: 3.7.2
Feature Request
To mark a particular entry from a site as “priority” if there are multiple issues
Current Beavior
If multiple accounts are associated with a site (e.g. github.com
is a subdirectory in the password store), then, autofilling the login form (with Ctrl+Shift+f) will sometimes result in an unintended password to be filled in.
Proposed Feature
A method to mark a particular account as “priority”. So, if there are multiple accounts, that account with priority will be used to autofill the login form.
Issue Analytics
- State:
- Created 9 months ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Prioritizing security over usability: Strategies for how people ...
To begin, we start with the simplest possible strategy: always choose the same password for every website. Rather than choosing a (potentially) different ......
Read more >Account authentication and password management best ...
13 best practices for user account, authentication, and password management · 1. Hash those passwords · 2. Allow for third-party identity ...
Read more >How To Make Your Website's Authentication Process Accessible
If your website requires manual password entry, give users the option to see the characters they're typing. This is also important for password...
Read more >How can I protect my website with a password?
In this guide, we explain how you can protect your website - or a specific file or directory - with a password, so...
Read more >Sign-up form best practices - web.dev
If users ever need to log in to your site, then good sign-up form design ... 12 best practices for user account, authorization...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A very simple approach could be renaming the files, as in absence of any usage data, browserpass would sort them alphabetically… It’s actually what I personally do, now that you mention it 😅 I name the primary entry
github.com.gpg
, and all the additional ones I put in a folder, likegithub.com/secondary-account.gpg
. Just keep in mind that as you login on a particular domain at least once, then in this browser the sorting would no longer be alphabetical, but would take usage counts into account - this is done, among other reasons, to make it easy to login with Ctrl+Shift+F on websites which first ask for a username, and on the next page as for password.Yup 👍
I like this! For me it works in more cases out of the box, and the reset frequency makes it flexible enough in case users switche the account that they use the most.
Since now the entries are listed by frequency rather than recency, I think a better strategy might be to store the frequency data in the
.browserpass.json
file, and just not do the priority feature. I originally proposed the priority feature due to inherent issues with recenty ordering of the entries, but now since those are fixed, the only issue remaning is cross-browser and cross-computer syncing of the frequency data. I think having a priority feature would also be redundant, since the most frequently used entries are naturally the highest priority. So I guess your example wouldn’t really be applicable in this case - I’d only sort by frequency.