Author Topic: roundcube login  (Read 7620 times)

Offline onlinegamesnz

  • Jr. Member
  • **
  • Posts: 11
roundcube login
« on: September 08, 2012, 01:05:57 AM »
Hi im trying to send a login request to roundcube from a seperate form.

I have gotten as far as when send the POST request i get,

"Invalid Request! No Data Was Saved"

My webmail folder is in ROOT_DIR/webmail/

and im attempting to POST from root DIR

Heres my form

Code: [Select]
<form name="form" action="/webmail/index.php" method="post">
<input type="hidden" name="_token" value="be160bd9f7ae4cda4b43d04d6f329739" />
<div id="login-contents"> 
<input type="hidden" name="_task" value="login" /><input type="hidden" name="_action" value="login" /><input type="hidden" name="_timezone" id="rcmlogintz" value="_default_" /><input type="hidden" name="_dstactive" id="rcmlogindst" value="_default_" /><input type="hidden" name="_url" id="rcmloginurl" value="" /><table summary="" border="0"><tbody><tr><td class="title"><label for="rcmloginuser">Username</label>
</td>
<td class="input"><input name="_user" id="rcmloginuser" autocomplete="off" value="" type="text" /></td>
</tr>
<tr><td class="title"><label for="rcmloginpwd">Password</label>
</td>
<td class="input"><input name="_pass" id="rcmloginpwd" autocomplete="off" type="password" /></td>
</tr>
</tbody>
</table>

<p style="text-align:center;"><input type="submit" class="button mainaction" value="Login" /></p>
</div>
</form>

PLEASE help me with this, ive been trying to do this for months now

The site is megahosting.co.nz

Thanks!