A I may have mentioned, I recently reinstalled Ubuntu (had been using Windows 7 for a few months). Since the reinstall I had changed my common login password for the other computers on the network so of course I updated my user password for the new install.
The slight problem came when I used any application that accessed the keyring (say, network-manager), as there was a password mismatch between my credentials and the keyring. This was because I preserve my /home partition to keep my data (a good practice) and that is where the keyring data gets stored (logically). But it got tiresome to frequently see:
“Enter password to unlock your login keyring. The password you use to login to your computer no longer matches that of your login keyring”
It’s dead easy to fix though.
- Go to
Applications -> Accessories -> Passwords and Encryption Keys - Right-click on Passwords: login
- Select “Change Password”
- Enter your old login password (the one that it repeatedly asks for!) in the old password bit, and put your current login password in the new password fields.
And that’s all there is to it!
by Brie
03 Aug 2010 at 01:21
An alternate “fix” is to remove the file at “~/.gnome2/keyrings/default.keyring”, which is what I did as I don’t know what password it’s looking for. Just a thought…
–
Brie
by jay armstrong
18 Aug 2010 at 10:22
thx, worked perfectly
by Robert
29 Aug 2010 at 10:11
Good shout Brie, that also works. In my case I knew it was my old password, but that method is probably useful in more cases!
jay, glad it helped!
by Alan
21 Mar 2011 at 02:41
Hi Brie,
I am new to Linux Mint 10. I have this keyring problem as well, but I looked and looked…I cannot find the default.keyring file. I thought I was using gnome2, but I only see gnome directories. Do you have any idea which file I should be looking for to delete?
Thanks – Alan
by Robert
21 Mar 2011 at 13:14
Alan, I’m not familiar with Linux Mint, but the file browser may be hiding directories beginning with a period by default. If you open up a terminal (command line) and type
rm ~/.gnome2/keyrings/default.keyringDoes that work?
by Alan
24 Apr 2011 at 03:07
Hi Robert,
Thanks, I fished around for the file through all the trees and found it. I took out the entry and it is fine now. I appreciate the help!
Alan
by Simon
28 Jul 2011 at 20:33
Thanks Brie!
I had changed my login password and forgotten the old one. That tip worked for me.
Yay!