6.0.0-beta1
8/15/25

[#3407] Login problem
Summary Login problem
Queue Horde Framework Packages
Queue Version FRAMEWORK_3
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester kolb (at) bitlab (dot) hu
Created 02/04/2006 (7132 days ago)
Due
Updated 02/05/2006 (7131 days ago)
Assigned
Resolved 02/05/2006 (7131 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/05/2006 10:48:47 PM Jan Schneider State ⇒ Not A Bug
 
02/05/2006 10:48:30 PM Jan Schneider Comment #2
State ⇒ Duplicate
Reply to this comment
Ask support questions on the mailing list.
02/04/2006 03:58:51 PM kolb (at) bitlab (dot) hu Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Login problem
Queue ⇒ Horde Framework Packages
Reply to this comment
Horde displays the login screen over and over again.

In the log I see the successful login:

Feb 04 16:43:49 HORDE [notice] [horde] Login success for kolb 
[10.244.4.22] to Horde [on line 76 of 
"/projects/httpd/html/horde/login.php"]



My auth settings:

$conf['auth']['admins'] = array('kolb');

$conf['auth']['checkip'] = true;

$conf['auth']['params']['hostspec'] = 'nest.bitlab.hu';

$conf['auth']['params']['port'] = 143;

$conf['auth']['params']['protocol'] = 'imap';

$conf['auth']['params']['imapconfig'] = 'separate';

$conf['auth']['driver'] = 'imap';



The login is successful, but for some reason the login screen appears 
again. It worked with the default auth settings:

$conf['auth']['admins'] = array('Administrator');

$conf['auth']['checkip'] = true;

$conf['auth']['params']['username'] = 'Administrator';

$conf['auth']['params']['requestuser'] = false;

$conf['auth']['driver'] = 'auto';



Upon successful login login.php redirects the browser to index.php 
which in turn redirects the browser to login.php (the inital_page 
defined in config/registry.php). I use the latest stable version of 
horde.



Best regards, Zoltan

Saved Queries