After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762095 - Don't reject empty passwords for --unlock
Don't reject empty passwords for --unlock
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-15 17:23 UTC by Matthias Clasen
Modified: 2016-02-15 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't reject empty passwords for --unlock (1.01 KB, patch)
2016-02-15 17:23 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2016-02-15 17:23:43 UTC
gnome-initial-setup is creating a keyring by calling
gnome-keyring-daemon --unlock. Since we don't have a password
at that time yet, it passes "" as the password. Just accept
this and create an unencrypted keyring.
Comment 1 Matthias Clasen 2016-02-15 17:23:46 UTC
Created attachment 321277 [details] [review]
Don't reject empty passwords for --unlock
Comment 2 Matthias Clasen 2016-02-15 17:56:30 UTC
See bug 758592 for the backstory
Comment 3 Stef Walter 2016-02-15 19:01:55 UTC
Looks good to me. Merged.

Attachment 321277 [details] pushed as c5da206 - Don't reject empty passwords for --unlock