| Summary | Admin password not saved in session |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 04/23/2013 (4597 days ago) |
| Due | |
| Updated | 04/23/2013 (4597 days ago) |
| Assigned | |
| Resolved | 04/23/2013 (4597 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
issue is that the secret key may change from the time of reading the
config file, so we need to re-read the file to store the password
correctly.
commit 64927812ab30c0bc389f8ed7c4be36ae24c164fd
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Apr 23 14:10:14 2013 -0600
Bug #12209: Correctly store password information in IMP config objectimp/lib/Auth.php | 5 +--
imp/lib/Imap.php | 14 +++++++++++
imp/lib/Imap/Config.php | 56 +++++++++++++++++++++++++++++++---------------
3 files changed, 54 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/64927812ab30c0bc389f8ed7c4be36ae24c164fd
correctly saved in the session. When retrieving the password later,
it's empty.
session. For the second part: if it is not being loaded correctly on
demand, that needs to be fixed.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Assigned to Jan Schneider
Queue ⇒ IMP
Summary ⇒ Admin password not saved in session
Type ⇒ Bug
State ⇒ Assigned
saved in the session. When retrieving the password later, it's empty.