[horde] Pass user and pwd to directly log into Horde

Mike Dorman dorm at dorm.org
Wed Nov 22 11:47:14 PST 2006


I use this form for logging in from an external page.  The horde root is
/members/.  So you can glean from this what you would need to include in a
GET URL in order to do what you want.

Mike

<form method="post" action="/members/login.php" target="_top">

<table border="0" cellpadding="0" cellspacing="4">
<tr>
        <td class="loginbox">Username:</td>
        <td><input type="text" name="horde_user"></td>
</tr>
<tr>
        <td class="loginbox">Password:</td>
        <td><input type="password" name="horde_pass"></td>
</tr>
<tr>
        <td></td>
        <td><a href="/members/services/resetpassword.php">Forgot
Password?</a></td>
</tr>
<tr>
        <td colspan="2"><input class="loginbutton" type="submit"
value="Login"></td>
</tr>
</table>

</form>

-----Original Message-----
From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
On Behalf Of Tô
Sent: Wednesday, November 22, 2006 11:55 AM
To: horde at lists.horde.org
Subject: [horde] Pass user and pwd to directly log into Horde

Hi all !

I was wondering if it's possible to log into Horde without having to 
enter username and password, simply passing them thrue the URL (or any 
other way...) ?
(I use Horde 3.1.3 and LDAP backend for authentication over a Kolab2 
server, no users registered in the server as "kubuntu users")

Thanks for your advices.

Christophe
-- 
Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org



More information about the horde mailing list