GNOME Bugzilla – Bug 771073
Should not offer to save passwords if password entry is left blank
Last modified: 2017-01-04 17:01:33 UTC
Should not offer to save passwords if password entry is left blank E.g. on paste.gnome.org
The following fixes have been pushed: 51aac01 web-extension: Only offer to remember nonempty passwords
Created attachment 342877 [details] [review] web-extension: Never automatically save password This codepath can only be reached if you manually edit your permissions file, since it's not exposed in the UI, but it was a bad idea. We should never automatically save passwords because typing the password wrong once would automatically delete your saved passwords.
Created attachment 342878 [details] [review] web-extension: Avoid unneeded use of g_str_equal This is intended for hash tables only.
Created attachment 342879 [details] [review] web-extension: Only offer to remember nonempty passwords Asking to remember an empty password is stupid. Avoids the password prompt on sites like paste.gnome.org and paste.fedoraproject.org.