[imp] stripped down login script

pal at hkskole.no pal at hkskole.no
Thu Nov 5 18:06:53 UTC 2009


I'm trying to integrate Horde imp login to my Joomla site. I have  
figured out what's the minimum code to make this work:

<form action="/horde/login.php" method="post">
<b><label for="horde_user">Username:</label></b><br />
<input name="horde_user" type="text" size="20" /><br />
<b><label for="horde_pass">Password:</label></b><br />
<input name="horde_pass" type="password" size="20" /><br />
<input type="submit" value="Log in" />
</form>

This works well, except I'm sure I have made the code a little too  
minimalistic :-)

Can someone please help me secure this a bit as I guess I need some  
session handling code here? And possibly other requirements as well.
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the imp mailing list