https://bugs.kde.org/show_bug.cgi?id=389030
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |5.21 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/07 | |631c727545b56f47f9ddcb5b25a | |825abbcd3f3 --- Comment #7 from Nate Graham <[email protected]> --- Git commit 07631c727545b56f47f9ddcb5b25a825abbcd3f3 by Nate Graham. Committed on 03/11/2020 at 18:21. Pushed by ngraham into branch 'master'. [kcms/users] Offer to change kwallet password when changing login password Right now, when a user changes their login password, their KWallet password is not changed. For users whose KWallet password was the same as their login password, this causes the two passwords to get out of sync, and then the user will be prompted to unlock their wallet the next time they log in. If they use their new password, it won't work. This is very very frustrating if you don't know what's going on. Now, when you change the login password of your own user account, and you have a wallet named "kdewallet" (the default one) in your list of wallets, you will be prompted to change the password of that wallet to match the new login password. This is optional and you don't have to do it, and you won't be prompted to do so if you don't have a wallet named "kdewallet", which indicates that you have a customized KWallet setup and you presumably know what you're doing. FIXED-IN: 5.21 M +1 -0 CMakeLists.txt A +90 -0 kcms/users/package/contents/ui/ChangeWalletPassword.qml [License: LGPL] M +12 -0 kcms/users/package/contents/ui/UserDetailsPage.qml M +1 -0 kcms/users/src/CMakeLists.txt M +18 -1 kcms/users/src/user.cpp M +3 -0 kcms/users/src/user.h https://invent.kde.org/plasma/plasma-desktop/commit/07631c727545b56f47f9ddcb5b25a825abbcd3f3 -- You are receiving this mail because: You are watching all bug changes.
