Roundcube Community Forum

 

Html form Roundcube

Started by Masco, May 07, 2012, 09:32:06 AM

Previous topic - Next topic

Masco

Hi,
I have a site where i tried to write HTML code to connect my clients to their email. Could you tell me if there is any error in this html form? Why does not record the password and tells me: Invalid Request! No data saved.
Please.. Help Me  :)


<form id="cLogin" action="http://srvlx2.masco.it/posta/" method="post" name="rcLogin"><input type="hidden" name="_action" value="login" /> E-Mail: <input type="text" name="_user" /><br /> Password: <input type="password" name="_pass" /><br /><center><input type="Submit" name="button" value="Login" /></center></form>

JohnDoh

rc security prevents you from doing that. there are alot of posts on this forum about how to login to rc from another form. you do it via a plugin.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

Masco

Thanks, can you tell me the name of the plugin?

Masco