Roundcube Community Forum

 

I've problem with login from my website

Started by christazio, August 27, 2012, 04:42:15 AM

Previous topic - Next topic

christazio

Hi to all,
i hope is the rigth forum....
i use this script (i see this on this forum) to login roundcube from my site, but it's doesn't work...why?

<form action="http://www.domainname.it/webmail/index.php" method="post" name="rcLogin" id="rcLogin">
    <input name="_action" type="hidden" value="login">
    E-Mail: <input name="_user" type="text"><br />
    Password: <input name="_pass" type="password"><br />
    <center><input name="button" type="Submit" value="Login"></center>
</form>


Thank's

SKaero

You need to use a modified version of the autologin plugin to bypass the cookie verification.

onlinegamesnz

are you able to give us an example. It seems a few people would like to do this. I am not very strong with PHP coding.

Thanks!