Summary | can't re-login after failed login |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | d-fens (at) 00010111 (dot) de |
Created | 11/30/2010 (5308 days ago) |
Due | |
Updated | 11/30/2010 (5308 days ago) |
Assigned | |
Resolved | 11/30/2010 (5308 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9415: Fix storing IMAP object in sessionDon't store IMAP object in session if login failed.
While rewriting this, converted IMP_Imap to Serializable interface,
which allows us to cache one more piece of data that shouldn't change
during the session (default namespace). Also moves all recreation of
the object to the injector, which is cleaner.
http://git.horde.org/horde-git/-/commit/0f8a6c4e58b9be58226a926bc2014122c4344c03
Bug #9415: Fix fatal error if IMAP object does not existhttp://git.horde.org/horde-git/-/commit/0db86d41a1f35abf34371cccc0e099c6a5ba5c90
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ can't re-login after failed login
Type ⇒ Bug
State ⇒ Unconfirmed
using imap via imp as authentication i have following problem:
* login with correct username/ pass => ok
* logout
* relogin with wrong username / pass => IMP_Imap: Invalid method call
"getParam". No "wrong password dialog"
* back to login page
* login with correct username/ pass => IMP_Imap: Invalid method call
i have to clear all session files in /tmp to be able to login again...
any ideas?