nextcloud / passman-webextension

Webextension for the Passman Nextcloud app. Also offers browser extension & Android app.
https://passman.cc
GNU Affero General Public License v3.0
114 stars 43 forks source link

notification top bar keeps popping in #260

Open lmjst opened 6 years ago

lmjst commented 6 years ago

issue (or bug ?)

Steps to reproduce

  1. when logged into a site
  2. extension parameters > advanced features : all options ignored except "ask to update the URL if not corresponding to the current one"

Expected behaviour

no notification

Actual behaviour

Notification top bar keeps popping in with "a password change has been detected for the user X at URL xx" Don't know exactly what the 3 options "update / ignore site / cancel" should do since none seems to change this behavior

Configuration

Ubuntu with Firefox 60.0.1 and passman extension 2.1.1

Nextcloud version: 12

Browser log

none found

thanks

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/58880437-notification-top-bar-keeps-popping-in?utm_campaign=plugin&utm_content=tracker%2F52236699&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F52236699&utm_medium=issues&utm_source=github).
wjwieland commented 6 years ago

I also see this issue.

joulester commented 6 years ago

same here on firefox

SyntaxErrol commented 5 years ago

I would like to see an option to disable the notifications altogether.

EDIT: Which, in the meantime, you can achieve with user styles:

#password-toolbarIframe {
    display: none !important;
}

Tested with userContent.css and Stylus on Firefox 65.

skewty commented 5 years ago

I misreported this issue here: https://github.com/nextcloud/passman/issues/557

Perhaps it contains some extra useful information.