GNOME Bugzilla – Bug 762095
Don't reject empty passwords for --unlock
Last modified: 2016-02-15 19:01:55 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.
Created attachment 321277 [details] [review] Don't reject empty passwords for --unlock
See bug 758592 for the backstory
Looks good to me. Merged. Attachment 321277 [details] pushed as c5da206 - Don't reject empty passwords for --unlock