Reset password
Change user password
mount and chroot to local shell from live boot
change password
passwd root
passwd USER
but kwallet password does not change!
Change kwallet password
Install KwalletManager
Change password!
Reset kwallet password
It is not possible to recover the password when you forget the password and you must delete the previous ones completely!
cd $HOME/.local/share/kwalletd/
BACKUP_DATE=$(date +"%F-%X")
mv kdewallet.kwl "kdewallet.kwl-${BACKUP_DATE}.bak"
mv kdewallet.salt "kdewallet.salt-${BACKUP_DATE}.bak"
Source
Last updated