Be warned that this will make your keyring accessible without a password. Period. You don't have to be logged in to view it
With that being said,
I think the simplest way is to set the password for the keyring to an empty password -- you will not be prompted for a password then:
Open Applications -> Accessories -> Password and Encryption Keys
Right-click on the "login" keyring
Select "Change password"
Enter your old password and leave the new password blank
Press ok, read the security warning, think about it and if you still want to get rid of this dialog, choose "use unsafe storage".
Again, as the message says: This will expose all your passwords (e.g. email passwords) that you chose to save in the default keyring to anyone using your computer or having access to your files and is therefore not recommended.
Addendum for Ubuntu 11.04:
In the default Unity session, you can start the application by clicking on the Ubuntu logo in the top left corner, then typing Password, and selecting Password and Encryption Keys from the search result.
In the classic session the path to start the application has changed to System → Preferences → Password and Encryption Keys
Addendum for Ubuntu 11.10:
In the default Unity session, you can start the application by clicking on the Ubuntu launcher (the first item) in the Unity launcher bar on the left side, then typing Password, and selecting Password and Encryption Keys from the search result.
In the classic session (from the gnome-session-fallback package) the path to start the application has again changed to Applications → Other → Password and Encryption Keys
The interface of the "Password and Keyring" manager changed slightly in 12.10. When you open it, you won't immediately see the "Login" keyring as described in other answers. The interface will look like this:
In order to view the Login keyring, you need to open the View menu, and choose By Keyring. Once that's done, your interface will look like this:
Right-click on the "Login" entry at the top and choose Change Password. You'll need to enter the current password, which should be your user account password, before continuing. When you do that, you'll get a dialog where you will be asked to enter the new password twice:
Leave this blank, choose "Continue", and choose it again to confirm you desire to continue without a password.
For versions up to 12.04: (for 12.10 onwards, see this answer)
The method is similar to previous Ubuntu versions, but I also include a command-live alternative at the end.
1. Using the Gnome Keyring Manager (Seahorse)
Press Alt+F2, type seahorse and press Enter to start the Gnome Keyring Manager:
Alternately, open a terminal with Ctrl+F2+T, type seahorse & and press Enter.
The "Passwords and Keys" window should come up as shown below. Under the Passwords tab, select login, right-click on it, and then click on Change Password:
The "Change Keyring Password" box will come up. Type your old password, and then leave the new/confirm password fields blank. Then press OK, and the information box shown below will pop-up; read it, and then click on Use Unsafe Storage to not have to enter your password at each login:
Close the keyring manager. After you log out/reboot, you won't be asked for your password any more.
2. Disable the login keyring password from the command-line
As an alternative to all the above steps, simply open a terminal, and type/paste the below, changing MYPASSWORD to whatever your current password is; that's it!
Simply delete your default keyring. (Backup the passwords first!) You don't need it. You can keep all your keys in the login keyring.
The login keyring is unlocked when you login. All keys in it will be available, you don't have to enter more passwords again.
If you are using auto-login, then when you want to access something that needs a key from the login keyring you will be prompted for the password, of course, but only once.
(As many answers already pointed out) your keyrings are in System / Preferences / Passwords and Encryption Keys
Use this if you have forgotten the old password and is ok to delete items in the old keyring, but want to safeguard new keyring with matching password.
For Ubuntu 14.04, I used the following.
Remove old keyring:
cd .local/share/keyrings/
rm *.keyring
Restart the system to have the new keyring created:
WARNING: Keyring is skipped due to an exception: Failed to unlock the
keyring!
A popup will show on the screen everytime click on classic encrypted then finish. It will ask you the password Please type no password and confirm it will again ask you syntax must be filled something.
If you created you password and it will prompted every time.then do like this
Step
Go and search password/keyring/seahorse
You will find like this password and keys
Click on login and click right mouse buton select change password
Be warned that this will make your keyring accessible without a password. Period. You don't have to be logged in to view it
With that being said,
I think the simplest way is to set the password for the keyring to an empty password -- you will not be prompted for a password then:
Again, as the message says: This will expose all your passwords (e.g. email passwords) that you chose to save in the default keyring to anyone using your computer or having access to your files and is therefore not recommended.
Addendum for Ubuntu 11.04:
In the default Unity session, you can start the application by clicking on the Ubuntu logo in the top left corner, then typing Password, and selecting Password and Encryption Keys from the search result.
In the classic session the path to start the application has changed to System → Preferences → Password and Encryption Keys
Addendum for Ubuntu 11.10:
In the default Unity session, you can start the application by clicking on the Ubuntu launcher (the first item) in the Unity launcher bar on the left side, then typing Password, and selecting Password and Encryption Keys from the search result.
In the classic session (from the
gnome-session-fallback
package) the path to start the application has again changed to Applications → Other → Password and Encryption KeysFor Ubuntu 12.10 and onwards
The interface of the "Password and Keyring" manager changed slightly in 12.10. When you open it, you won't immediately see the "Login" keyring as described in other answers. The interface will look like this:
In order to view the Login keyring, you need to open the
View
menu, and chooseBy Keyring
. Once that's done, your interface will look like this:Right-click on the "Login" entry at the top and choose
Change Password
. You'll need to enter the current password, which should be your user account password, before continuing. When you do that, you'll get a dialog where you will be asked to enter the new password twice:Leave this blank, choose "Continue", and choose it again to confirm you desire to continue without a password.
For versions up to 12.04: (for 12.10 onwards, see this answer)
The method is similar to previous Ubuntu versions, but I also include a command-live alternative at the end.
1. Using the Gnome Keyring Manager (Seahorse)
Press Alt+F2, type seahorse and press Enter to start the Gnome Keyring Manager:
Alternately, open a terminal with Ctrl+F2+T, type
seahorse &
and press Enter.The "Passwords and Keys" window should come up as shown below. Under the Passwords tab, select login, right-click on it, and then click on Change Password:
The "Change Keyring Password" box will come up. Type your old password, and then leave the new/confirm password fields blank. Then press OK, and the information box shown below will pop-up; read it, and then click on Use Unsafe Storage to not have to enter your password at each login:
Close the keyring manager. After you log out/reboot, you won't be asked for your password any more.
2. Disable the login keyring password from the command-line
As an alternative to all the above steps, simply open a terminal, and type/paste the below, changing
MYPASSWORD
to whatever your current password is; that's it!Simply delete your default keyring. (Backup the passwords first!) You don't need it. You can keep all your keys in the login keyring.
The login keyring is unlocked when you login. All keys in it will be available, you don't have to enter more passwords again.
If you are using auto-login, then when you want to access something that needs a key from the login keyring you will be prompted for the password, of course, but only once.
(As many answers already pointed out) your keyrings are in System / Preferences / Passwords and Encryption Keys
You need to get the password for your login key ring to be the same as your normal login password.
To do this follow the path:
You will see under the passwords tab a list of keyrings. One should be called
"Passwords: login"
Click on the + and you should see a list of accounts that require passwords such as you Gwibber details, Evolution passwords etc.
This means when you log in all of these accounts will be unlocked by this login keyring.
To get the keyring to unlock when you log into Ubuntu, right click on "Passwords: login" and choose "Change Password"
You will then need to enter your current keyring password and set your new keyring password to be the same as your normal login password.
To test: Log out, log back in and open Evolution to prove that this has worked.
Use this if you have forgotten the old password and is ok to delete items in the old keyring, but want to safeguard new keyring with matching password.
For Ubuntu 14.04, I used the following.
Remove old keyring:
Restart the system to have the new keyring created:
Verify the new keyring exists:
Using Ubuntu 11.10 with Unity:
Hope that works for you
For Ubuntu 21.04 If your error is like
A popup will show on the screen everytime click on classic encrypted then finish. It will ask you the password Please type no password and confirm it will again ask you syntax must be filled something.
If you created you password and it will prompted every time.then do like this Step
password/keyring/seahorse
You will find like this
password and keys
login
and click right mouse buton selectchange password
As the other answers say, disable auto-login and ensure that the keyring password is the same as the login password.
If it still doesn't work then you may be missing the required package. On Ubuntu 19_10 I had to run
For Ubuntu 13.10:
Open Applications -> Accessories -> Password and Encryption Keys
Click View -> "By keyring"
Right-click on the "login" keyring
Select "Change password"