> Zitat von Matt <[EMAIL PROTECTED]>: > >> I was already using a custom login and logout on a seperate path, like: >> >> $conf['auth']['alternate_login'] = '/path/to/login'; >> $conf['auth']['redirect_on_logout'] = '/path/to/logout'; >> >> >> Ok, this works very well. >> >> Now there is the possibility that you can let a user chose what kind of >> email version he wants to be redirect to, like IMP, DIMP or MIMP I would >> like to have that in my custom login screen too. >> >> So I added the dropdown that is normally in the /imp/login.php but I >> have >> a problem here. >> >> The /imp/login.php posts to /imp/redirect.php. But because I use a >> custom >> login path, I'm not able to post to that redirect.php, it redirects me >> back to /path/to/login. > > I don't understand. Why can't you post to redirect.php? That's what > you did with your original login form, no?
When I set a custom login path for my own login form and I want to access imp/login.php, it simply redirects me to my custom login path. The same for imp/redirect.php When that redirect was not happening when I want to access or post to that redirect.php, I think it would have been solved. >> I have tried a several of things to post to, to /login.php (which I >> normally did) and to /imp/login.php. But in both cases the Mode is not >> recognized and used. >> >> How can I use this type of Mode option using a custom login ? > > It works the same like any of the other login form elements. The problem still exists on what I describe above. Still figuring this out. > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting/ > > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [EMAIL PROTECTED] > -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
