Page 1 of 1

[SOLVED] Forgot the keyring password

Posted: 17. Nov 2016, 20:24
by jsfarinet
When i synchronized 3 different srware iron (on windows, slackware and android) on slackware i think i was asked for a keyring password but, unfortunately i didn't pay attention at it - and i forgot it. How can i reset it?

Because any time i start chrome, i'm asked to fill in the keyring password ...

Thanks a lot in advance!

Re: Forgot the keyring password

Posted: 18. Nov 2016, 00:09
by gapan

Code: Select all

rm ~/.local/share/keyrings/*
should do it. But you can also install seahorse, which manages these keyrings.

Re: Forgot the keyring password

Posted: 20. Nov 2016, 10:54
by jsfarinet
gapan wrote:

Code: Select all

rm ~/.local/share/keyrings/*
should do it. But you can also install seahorse, which manages these keyrings.
Thanks a lot. That did it!