GNOME Bugzilla – Bug 686083
dbus: Fix regression in password changing
Last modified: 2012-10-15 12:16:24 UTC
When changing a password using seahorse: Got a warning with the internal error 'No user logged in', and the password change would not complete.
Created attachment 226371 [details] [review] dbus: Fix regression in password changing * We didn't unlock the keyring correctly with the old password, because we deleted the credential object before trying to set the new credential. * Also fix several leaks in the password change prompt object.
Attachment 226371 [details] pushed as c9bb11a - dbus: Fix regression in password changing