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

chaloupe at free.fr
Wed Dec 20 11:19:57 PST 2006


Hi Mike,

I'm not a PHP expert but feel I can investigate on this.
I'll give feedback if it's successfull.

Thanks,

Christophe

Mike Dorman a écrit :
> 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
>   


More information about the horde mailing list