Author Topic: I've problem with login from my website  (Read 2829 times)

Offline christazio

  • Newbie
  • *
  • Posts: 1
I've problem with login from my website
« 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?

Code: [Select]
<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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: I've problem with login from my website
« Reply #1 on: August 27, 2012, 05:04:53 AM »
You need to use a modified version of the autologin plugin to bypass the cookie verification.

Offline onlinegamesnz

  • Jr. Member
  • **
  • Posts: 11
Re: I've problem with login from my website
« Reply #2 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!