Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: christazio on August 27, 2012, 04:42:15 AM

Title: I've problem with login from my website
Post by: christazio on August 27, 2012, 04:42:15 AM
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
Title: Re: I've problem with login from my website
Post by: SKaero on August 27, 2012, 05:04:53 AM
You need to use a modified version of the autologin plugin to bypass the cookie verification.
Title: Re: I've problem with login from my website
Post by: onlinegamesnz on September 08, 2012, 01:38:41 AM
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!