2

So...I forgot it. I actually might have spelled it wrong first...

Any advice?

2 Answers2

4

Here's how to delete your current gnome keyring:

 rm ~/.local/share/keyrings/login.keyring

That should work, but I'm not entirely sure what all will be effected though. You could try & save the old keyring with instructions from here though I'm not following step 2 "create a new keyring", might mean to use seahorse - other users suggest that seahorse alone can fix the problem too.

Xen2050
  • 8,705
-2

Well, hopefully you made backups. You could attempt to get in with 3rd party decryption programs, like OphCrack. Or, you can boot into recovery mode by holding SHIFT while starting.

Find root, then remount ubuntu as un-readonly with this command:

 mount -o rw,remount /

to access password reset goodness, type:

passwd username

where username is your username.

type exit to exit.

credit goes to psychocats, a Ubuntu website I enjoy. http://psychocats.net

waterlubber
  • 577
  • 4
  • 13
  • ps. isn't Ophcrack just for windows passwords? – Xen2050 Dec 14 '14 at 12:34
  • I was using it as an example, I think there is a linux version. I realize that, however, but the method shown above from psychocats should work. – waterlubber Dec 26 '14 at 01:03
  • This question is about keyrings (used to store website logins etc) not Linux credentials. Your answer is a partial answer to a different question, how to change a Linux login password. – Jay M Sep 21 '17 at 16:52