Summary: | Password save when KWallet is disabled | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Quinten <quintenbernaert> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pickled.kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.4 | |
Sentry Crash Report: |
Description
Quinten
2007-07-24 18:08:36 UTC
I would like add that even if you choose not to implement an alternate method of saving passwords if KWallet is disabled, the current behavior is misleading to the user. When they choose to save the password, and do not get any error message, they assume that the password was saved. This will likely cause them to not keep track of the password very carefully, as they think it is taken care of. At the very least, Konqueror should show an error message it was unable to successfully store a password. Preferably, it shouldn't prompt at all if it can't access KWallet. The latter would also create a workaround for bug 105441, allowing users to disable the password saving feature altogether by denying Konqueror access to kwallet. Git commit cec171ce082fda245418db7f1319d35d2c150a1e by Dawit Alemayehu. Committed on 27/11/2011 at 20:43. Pushed by adawit into branch 'KDE/4.7'. To avoid user confusion, hide the "Remember password" checkbox whenever the wallet is disabled. Note that this does not affect credentials being kept for the duration of the application(s) that set them or are currently using them. It only deals with persistent caching of password in KDE wallet. BUG: 148171 FIXED-IN: 4.7.4 M +6 -2 kpasswdserver/kpasswdserver.cpp http://commits.kde.org/kde-runtime/cec171ce082fda245418db7f1319d35d2c150a1e Git commit 1734411e7014419e1a0313529bb591ed9e1efb3a by Dawit Alemayehu. Committed on 27/11/2011 at 20:43. Pushed by adawit into branch 'master'. To avoid user confusion, hide the "Remember password" checkbox whenever the wallet is disabled. Note that this does not affect credentials being kept for the duration of the application(s) that set them or are currently using them. It only deals with persistent caching of password in KDE wallet. BUG: 148171 FIXED-IN: 4.7.4 (cherry picked from commit da6f4c128d32de782d4e70e11a083f4e20753242) M +6 -2 kpasswdserver/kpasswdserver.cpp http://commits.kde.org/kde-runtime/1734411e7014419e1a0313529bb591ed9e1efb3a |