6.0.0-alpha12
6/12/25

[#12209] Admin password not saved in session
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 (4433 days ago)
Due
Updated 04/23/2013 (4433 days ago)
Assigned
Resolved 04/23/2013 (4433 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/23/2013 08:11:46 PM Michael Slusarz Comment #4
State ⇒ Resolved
Reply to this comment
I misspoke.  We do still store passwords in the session data.  The 
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.
04/23/2013 08:10:47 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

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 object

  imp/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
04/23/2013 05:58:58 PM Michael Slusarz Comment #2 Reply to this comment
The ['admin']['password'] of a backend configuration is not 
correctly saved in the session. When retrieving the password later, 
it's empty.
The first part is correct - 'admin' password is no longer saved in the 
session.  For the second part: if it is not being loaded correctly on 
demand, that needs to be fixed.
04/23/2013 01:06:15 PM Jan Schneider Comment #1
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
Reply to this comment
The ['admin']['password'] of a backend configuration is not correctly 
saved in the session. When retrieving the password later, it's empty.

Saved Queries