Opened on May 26, 2017 at 9:41:32 PM
Closed on Sep 4, 2017 at 1:05:02 PM
#9958 closed enhancement (duplicate)
User interface for removing saved passwords
Reported by: | TheBashar | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | interface | Version: | Nightly Build |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: | Windows 10 |
Description
Please provide a user interface for individually removing saved passwords. On Windows the passwords are not stored using the Windows Credentials Manager (which has its own UI) but in XML files. This is less desirable but would be okay if it was a single easy to find file. But it is buried in the roaming appdata folder and has many copies, one for each version of the program that has been installed. (These previous version AppData folders should probably be getting removed by the Cyberduck update installer.) Anyway, the cryptic folder name (Cyberduck.exe_Url_y3p2ebapuyakx1wepw5uc1dcj54dho4b) combined with the myriad of version folders makes directly editing the XML file not quite user friendly.
Change History (3)
comment:1 Changed on May 29, 2017 at 9:38:22 AM by dkocher
- Summary changed from Provide UI for removing saved passwords to User interface for removing saved passwords
comment:2 Changed on May 29, 2017 at 9:40:20 AM by dkocher
comment:3 Changed on Sep 4, 2017 at 1:05:02 PM by dkocher
- Resolution set to duplicate
- Status changed from new to closed
Duplicate for #9988.
We would want to store passwords in the credential manager on Windows, but the Windows.Security.Credentials.PasswordVault API is limited to 10 passwords per application.