Quoting soe...@mindorf-it.de:

Hello Mike,

Zitat von Michael J Rubinsky <mrubi...@horde.org>:

[...]




How do you login to Horde, with a full email address or just a username? Do you have any auth hooks defined for Horde/IMP?

--
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject

I login with full email address to hode.

I'm not sure what you mean with any auth hook.

Then you probably don't have one, though I can't figure out why the domain is being stripped then.

Try this instead in your hook?

            $full_user = $GLOBALS['registry']->getAuth('original');
            return array(
                'euser' => $full_user,
                'username' => $full_user
            );

--
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject

Attachment: smime.p7s
Description: S/MIME Signature

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to