Roundcube Community Forum

 

Error loggin in?

Started by onlinegamesnz, May 25, 2012, 02:28:37 AM

Previous topic - Next topic

onlinegamesnz

Hi, im trying to POST login data to roundcube from a different form and im getting this error

Invalid request! No data was saved.

Heres my form.

                     
        <form action="http://megahosting.co.nz/webmail/" method="post" class="popup-form">
            <fieldset>
            <input type="hidden" name="_token" value="4dbd86961c9197ac13ffedd4c4697c97" />
         <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="" />
            <label class="popup">Username</label>
            <input class="input" name="_user" id="rcmloginuser" autocomplete="off" type="text" />
            <label class="popup">Password</label>
            <input class="input" name="_pass" id="rcmloginpwd" autocomplete="off" type="password" />           
            <button type="submit" value="Login" class="submit-popup">Webmail Login</button>           
            </fieldset>
        </form>

Thanks!!

utsab

Did you get the solution. Please help me. I have same problem

[email protected]

Thanx in avance.

Utsab

SKaero

Take a look at the autologin plugin, you'll need to modify it to accept post data. If you can't add plugin to the Roundcube install (ie. its manned by someone else) you wont be able to remotely post to the form.