What is my user login password?

Just got a new netbook running Ubuntu. When I turn it on it auto-logs-in to the desktop automatically, but when I try to connect to the wireless network it wants my Keyring password to store the password. Problem is it isn't in the documentation (yes, I read the documentation.)

I see a lot of people asking about "Enter password to unlock your login keyring" and the cause usually centers around either they forgot the password, or the keyring password is different than the login password. So the advice is either how to change the keyring password to match the login, or deleting the keyring and creating a new one with a password they remember.

While I could delete and recreate the keyring, I still wouldn't know the login password. Without the login password I cannot run sudo either. I tried blank for the keyring password and that didn't work either.

Also, I know that the root password is blank, and the account is disabled. So I am not asking about that.

Question comes down to this: Is there a way to discover the password for the account that was auto-logged in? If not can I change it? I'm up for reinstalling if I have to, but would rather not. Besides, it is a netbook and does not have a optical drive.


i would suggest booting in safe mode (there you get a root shell even if you don't know the current password)

and there you can reset your password by typing

passwd <yourusername> this will prompt you for a new one.

how to boot save mode: https://help.ubuntu.com/community/LostPassword