[horde] disable portal page use imp at login

Michael M Slusarz slusarz at horde.org
Tue Jul 8 21:28:57 UTC 2014


Quoting Robert Schetterer <rs at sys4.de>:

> Am 08.07.2014 22:18, schrieb Arjen de Korte:
>> Citeren Michael M Slusarz <slusarz at horde.org>:
>>
>>> Quoting Robert Schetterer <rs at sys4.de>:
>>>
>>>> Am 08.07.2014 21:22, schrieb Robert Schetterer:
>>>>> Am 08.07.2014 21:11, schrieb Andreas Schulze:
>>>>>> Robert,
>>>>>>
>>>>>> I could only confirm: I could set in ~horde/config/prefs.local.php
>>>>>> $_prefs['initial_application']['value'] = 'turba'; // or imp or nag
>>>>>> or whatever
>>>>>>
>>>>>> and after next login the user see direct the selected application.
>>>>>> I did not change any usersettings...
>>>>>
>>>>> yes that works but not for imp/webmail
>>>>>
>>>>> but lets see what happens with 5.2.0 i am recently upgrading
>>>>
>>>> same thing in 5.2.0
>>>
>>> You almost certainly are authenticating to horde and not imp, so IMP
>>> can't be used as the initial application.
>>
>> This used to work with 5.1.7 though. After the update to 5.2.0 it no
>> longer does.
>
> Ok but how to solve the task now ?

 From horde/index.php:

[If authenticated:]
} elseif (($initial_app = $prefs->getValue('initial_application')) &&
           ($initial_app != 'horde') &&
           $registry->hasPermission($initial_app)) {
     $main_page = Horde::url($registry->getInitialPage($initial_app), true);

This code has been around forever.  So unless you don't have  
permission to access IMP, I have no idea what your issue is.

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the horde mailing list