GNOME Bugzilla – Bug 696304
Can't create a new keyring with empty password
Last modified: 2014-01-03 04:18:42 UTC
On an attempt to use and create the keyring on first access, if an empty or super simple password (like '1234') is chosen the dialog box requesting confirmation comes: 'Store password unencrypted?'. However the 'Continue' button is disabled and one can't move forward. We should either be prohibited to use this password with a denial message or be allowed to do so. gnome-keyring-3.7.92 Distro: Fedora 19 Alpha
Cannot duplicate here. Could you include a screenshot so I can see which prompt you're referring to?
Created attachment 241153 [details] Disabled "Continue" button Trying to set blank password for a keyring.
Reproduced on gnome-keyring-3.8.0-1.fc20.x86_64
This is due to this: JS ERROR: !!! Exception was: TypeError: this._passwordEntry is null JS ERROR: !!! message = '"this._passwordEntry is null"' JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/keyring.js"' JS ERROR: !!! lineNumber = '152' JS ERROR: !!! stack = '"(true)@/usr/share/gnome-shell/js/ui/components/keyring.js:152 wrapper(true)@/usr/share/gjs-1.0/lang.js:213 ([object GObject_Object])@/usr/share/gnome-shell/js/ui/components/keyring.js:188 wrapper([object GObject_Object])@/usr/share/gjs-1.0/lang.js:213 "'
Created attachment 241721 [details] [review] keyring: Fix button disabled when prompting for confirmation
Created attachment 241722 [details] [review] keyring: Fix button disabled when prompting for confirmation
*** Bug 699944 has been marked as a duplicate of this bug. ***
(In reply to comment #6) > Created an attachment (id=241722) [details] [review] > keyring: Fix button disabled when prompting for confirmation Yeah! You patch works! Can you add it into upstream ?
Review of attachment 241722 [details] [review]: OK.
Attachment 241722 [details] pushed as 30e9a2a - keyring: Fix button disabled when prompting for confirmation Pushed to gnome-3-8, will push to master shortly.
(In reply to comment #10) > Attachment 241722 [details] pushed as 30e9a2a - keyring: Fix button disabled when > prompting for confirmation > > Pushed to gnome-3-8, will push to master shortly. I very badly know how it works. This patch will get in 3.8.2?
3.8.2 will be released from the gnome-3-8 branch, so yes.
*** Bug 700245 has been marked as a duplicate of this bug. ***
*** Bug 699243 has been marked as a duplicate of this bug. ***
It still doesn't work for me on debian (with 3.8.2). Any ideas?