[Tickets #3564] NEW: Auth Redirection

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Mar 6 03:35:58 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3564
-----------------------------------------------------------------------
 Ticket             | 3564
 Created By         | palrakesh at gmail.com
 Summary            | Auth Redirection
 Queue              | MIMP
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


palrakesh at gmail.com (2006-03-06 03:35) wrote:

Probably a Auth Redirction bug in Mimp/lib/base.php, when MIMP is
responsible for Login, the redirection still happened to the Horde login
page. Did a small change to get my server url http://<server>/horde/mimp/
take me to MIMP login page.

Change diffed as 
#  diff base.php base.php.orig
43c43
< if (!(Auth::isAuthenticated() || (Auth::getProvider() != 'mimp'))) {
---
> if (!(Auth::isAuthenticated() || (Auth::getProvider() == 'mimp'))) {

Prior to this change the http://<server>/horde/mimp/ took me to HORDE login
page, which was not expected when viewed through WAP.





More information about the bugs mailing list