GNOME Bugzilla – Bug 672573
webapps: do not ask whether to store passwords
Last modified: 2016-03-29 18:43:47 UTC
While it makes perfect sense for general browsing, in the sandboxed web app world, we should not ask whether to store a password and just do it. The reasons to opt out of storing the password do not apply for when you have decided to create and store a web app on your system.
I am guessing that the user would only hit one or few password entries in a webapp. Perhaps a login one, and then others for escaling privileges. I wonder if it is OK to silently save passwords for the latter. I do not think it is a big deal, but something to consider anyway.
Created attachment 322672 [details] [review] web-view: Always save passwords in web app mode If you made a web app for the site, you surely want it to remember your password. Don't bug the user about this. This is a drive-by patch, I still need to test it before we commit it.
Attachment 322672 [details] pushed as 54e3742 - web-view: Always save passwords in web app mode
(In reply to Jakub Steiner from comment #0) > While it makes perfect sense for general browsing, in the sandboxed web app > world, we should not ask whether to store a password and just do it. Note that we don't have sandboxing, but web pages can only access their own passwords, as always, so no matter.