Summary: | Multiple wallets for different credentials | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Duckworth Lewis <sittingduck> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | lemma, mh+kde-bugs, mk.mateng |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=228308 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Duckworth Lewis
2008-10-10 17:15:27 UTC
This is actually application-specific. KWallet allows any application to store its passwords in any wallet it likes. There's currently 2 predefined wallets: local and network wallets. The problem is konqueror which doesn't allow you to change the wallet you want to store a specific password in. Reassigning. Hi Michael, thanks for having a look. All of the KDE applications use the default wallet. My difficulty is not which wallet the password gets put in, but that it must stay there. I would like to move it from one wallet to another. The application doesn't really need to know where the password is stored - simply that it is somewhere in the wallet system. The wallet system produces the password by asking the user if it is okay, decrypting the appropriate wallet, etc. *** Bug 216824 has been marked as a duplicate of this bug. *** (In reply to Duckworth Lewis from comment #2) > I would like to move it from one wallet to another. The application > doesn't really need to know where the password is stored This would be somewhat possible once everything migrates to Service Service. It has global search, which is independent of where things are stored. But it would still break if the client app uses `Collection.SearchItems()` instead of `Service.SearchItems()`. But see also 228308 comment 14. Oops, wrong link. Should be: Bug 228308 comment 14. Sorry for the multi-post noise. |