browserpass-extension icon indicating copy to clipboard operation
browserpass-extension copied to clipboard

Setting default username, and ignoring website not working in Pop!_OS with custom store

Open KjetilKnutsen opened this issue 3 years ago • 0 comments

General information

  • Operating system + version: Pop!_OS 20.04
  • Browser + version: Chrome Version 98.0.4758.102
  • Information about the host app:
    • How did you install it? pre-built binary
    • If installed an official release, put a version ($ browserpass --version): Browserpass host app version: 3.0.9
    • If built from sources, put a commit id ($ git describe --always):
  • Information about the browser extension:
    • How did you install it? Installed via Chrome Web Store
    • Browserpass extension version as reported by your browser: 3.7.2

If you are getting an error immediately after opening popup, have you followed the Configure browsers documentation section?


Exact steps to reproduce the problem

  1. Create .browserpass.json in custom store location.

  2. Adding this to the file { "username": "example-username", "ignore": "example.com" }

What should happen?

example-username should have been set to default username, and example.com should be ignored.

What happened instead?

default username was not set, and example.com was not ignored.

KjetilKnutsen avatar Mar 26 '22 21:03 KjetilKnutsen