Pascal Robert wrote: > Le 07-04-16 à 11:45, Pascal Robert a écrit : > >> Le 07-04-14 à 08:12, Jan Schneider a écrit : >> >>> Zitat von Pascal Robert <[EMAIL PROTECTED]>: >>> >>>> Hi, >>>> >>>> we just upgraded a Webmail system from Horde2/IMP 3 to Horde 3.1.4/ >>>> IMP 4.1.4, and we have a strange problem : when one user is editing >>>> is default profile, the changes are distributed to all users ! For >>>> example, if User A change his signature and save it, when User B >>>> compose a new email, he will see User A's signature :-( >>>> >>>> Deleting all data from the horde_% tables don't fix the problem. >>> You didn't configure authentication for Horde. >> Ok, so I specified IMP as the authentification method, problem >> solved. But now, I can't administrate Horde anymore... Going to >> http://server/horde/admin redirects me to IMP's login page. > > Ok, problem solved for administration. Now, when people log in, they > get the sidebar and they don't view their INBOX by default. They can > change their options to say to open IMP as the default Horde > application, but how can I specify this setting as the default ?
In horde/config/prefs.php : // what application should we go to after login? $_prefs['initial_application'] = array( 'value' => 'imp', 'locked' => false, 'shared' => true, 'type' => 'select', 'desc' => sprintf(_("What application should %s display after login?"), $GLOBALS['registry']->get('name')) ); -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]