-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Summary
It should be possible to override the target collection or wallet on backends where this is possible, using a new pair of methods Job::setCollection() and Job::getCollection(). On backends where this is not possible, the setting would be ignored. If not set, default to the collection or wallet that is used currently.
Context
This is needed for client applications that may want to store their passwords separately from the rest.
See KDE bugs 228308 and 172523.
Suggested Implementation
- With
libsecret: if set, pass the set collection name tosecret_password_store_fn(), otherwise passSECRET_COLLECTION_DEFAULTas now. - With KWallet: if set, call
open()with the set name, otherwise callnetworkWallet()first (as now) to determine the default wallet name.
Thaodan
Metadata
Metadata
Assignees
Labels
No labels