Page 1 of 1

direct login into horde trough html/php?

Posted: Sat Jul 09, 2005 11:48 pm
by oscar
basically i am wondering is it possible to log into horde, squirel, etc without having to goto http://server.com:2095/login? :(


i am not sure if it is a php related question but what the hey i figure i might as well ask it where someone might know...i would prefer to use php anyway (i lurrrv it muchly) ^_^

the code i am trying (that brings up the htacces dialogue which i want to bypass) is:

Code: Select all

<form action=&quote;http://oscarent.net:2095/horde/login.php&quote; method=&quote;POST&quote;> 
	Username: <input type=&quote;text&quote; name=&quote;user&quote; size=&quote;16&quote;> 
	Password: <input type=password name=&quote;pass&quote; size=&quote;16&quote;> 
	<input type=submit value=&quote;Login&quote;>
</form>

if i use code much the same but replcae the action option with:

Code: Select all

action=&quote;http://oscarent.net:2095/login&quote;
it will log me into the main mail menu

is it at all possible to go straight into horde (or sqvuirel for that matter)?


thanks :D


your humble noob,
oscar