question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prioritize a password entry for a particular website

See original GitHub issue

General 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:open
  • Created 9 months ago
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
maximbazcommented, Dec 19, 2022

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, like github.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.

0reactions
hyperupcallcommented, Dec 27, 2022

I think my main argument would be that in my experience it’s hard to remember what login I used last, but it’s easy and natural to remember what login I typically use. I believe it’s what @hyperupcall refers to as well, in the second to last paragraph above.

Yup 👍

What do you guys think? slightly_smiling_face

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.

So let me ask, which one should it be, supersede frequency data, or completely ignore it, if for a given domain we have both?

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found