| Summary | Save passwords for remote accounts |
| Queue | IMP |
| Queue Version | Git master |
| Type | Enhancement |
| State | Resolved |
| Priority | 2. Medium |
| Owners | slusarz (at) horde (dot) org |
| Requester | azurit (at) pobox (dot) sk |
| Created | 5/7/14 (4352 days ago) |
| Due | |
| Updated | 6/29/16 (3568 days ago) |
| Assigned | |
| Resolved | 4/27/15 (3997 days ago) |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ Git master
commit 7fe2fcd908729dceef6c5ccce79f9ed72938c180
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Apr 27 15:26:11 2015 -0600
[mms] Allow remote account passwords to be saved encrypted in
user's preferences (
Request #13168).Key used to encrypt is derived from the "master" login authentication
password, so the saved password is only valid as long as that password
continues to be used.
imp/docs/CHANGES | 2 +
imp/js/base.js | 1 +
imp/lib/Ajax/Application/Handler/Remote.php | 25 +++++++-
imp/lib/Ftree/Account/Remote.php | 17 +++++-
imp/lib/Remote/Account.php | 91 +++++++++++++++++++++++++-
imp/package.xml | 8 +++
imp/templates/dynamic/mailbox.html.php | 4 +
7 files changed, 139 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/7fe2fcd908729dceef6c5ccce79f9ed72938c180
everything should be configurable in preferences
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Save passwords for remote accounts
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
it's not very secure but we still want to do it. Maybe you can
implement something like master password later?