GNOME Bugzilla – Bug 612988
Need 'never' option for store password infobar
Last modified: 2016-10-08 00:15:32 UTC
Epiphany should never try to store the password on the login page of my bank. However, the only negative reply option is 'Not now' which implies it will ask again next time. (It doesn't ask again though, at least not in the same session afaics)
I also miss one option "Never for this site" in the store passwords dialog.
*** Bug 707748 has been marked as a duplicate of this bug. ***
*** Bug 510342 has been marked as a duplicate of this bug. ***
I'd love to see this too.
We can use the EphyHostsManager that Gustavo landed last week to implement this.
Do you want to review this, Gustavo?
Created attachment 337097 [details] [review] Move ephy-hosts-manager to lib/ This allows it to be used from the web extension.
Created attachment 337098 [details] [review] Add an option to never remember passwords Some users want to never remember passwords on particular websites. Add an option to the info bar to ensure it never appears in the future for a given website. (Note there is an existing option to disable password saving on all sites in the preferences dialog.) Currently there is no UI to undo the decision if the user accidentally clicks Never. It's possible to fix by editing hosts.ini, but ideally we would add UI for this somewhere. (The same UI is needed to manage notification permissions.)
(In reply to Michael Catanzaro from comment #7) > Created attachment 337097 [details] [review] [review] > Move ephy-hosts-manager to lib/ > > This allows it to be used from the web extension. Well that does a bit more than move, oops
Created attachment 337099 [details] [review] Add an option to never remember passwords Some users want to never remember passwords on particular websites. Add an option to the info bar to ensure it never appears in the future for a given website. Note there is an existing option to disable password saving on all sites in the preferences dialog. Also note that this requires moving EphyHostsManager to lib/ to allow it to be used from the web extension. Currently there is no UI to undo the decision if the user accidentally clicks Never. It's possible to fix by editing hosts.ini, but ideally we would add UI for this somewhere. (The same UI is needed to manage notification permissions.)
Created attachment 337100 [details] [review] Add an option to never remember passwords Some users want to never remember passwords on particular websites. Add an option to the info bar to ensure it never appears in the future for a given website. Note there is an existing option to disable password saving on all sites in the preferences dialog. Also note that this requires moving EphyHostsManager to lib/ to allow it to be used from the web extension. Currently there is no UI to undo the decision if the user accidentally clicks Never. It's possible to fix by editing hosts.ini, but ideally we would add UI for this somewhere. (The same UI is needed to manage notification permissions.)
(Gustavo, I think you reviewed the wrong bug. :) But anyway, I'm impatient and want to push this; you can complain if you spot something wrong, as always. Attachment 337100 [details] pushed as 8846eb1 - Add an option to never remember passwords