Does anyone know of a plugin available, so I could have a small login box on my website, which the user can use to login to RoundCube?
I don't know enough about php to filter out the required parts of index.php to do this.
Any help would be greatly appreciated.
Many thanks.
Just do something like this:
<form name="form" action="[url]http://www.yourdomain.com/roundcubefolder/"[/url] method="post">
<input name="_action" value="login" type="hidden" />
<table><tr>
<td class="title"><label for="rcmloginuser">Username</label></td>
<td><input name="_user" id="rcmloginuser" size="30" value="" type="text" /></td>
</tr><tr>
<td class="title"><label for="rcmloginpwd">Password</label></td>
<td><input name="_pass" id="rcmloginpwd" size="30" type="password" /></td>
</tr></table>
<p style="text-align: center;"><input type="submit" class="button" value="Login" />
</form>
I haven't tried it my self but it SHOULD work.
redwall_hp, it's work! :)
roundcube v.0.7.2
(http://s14.postimage.org/ei50jggbh/screen.jpg) (http://s14.postimage.org/xagvn1cpr/screen.png)
I changed the login form
I am completely new to RC and am pulling my hair out.
I have gone back to a default fresh install.
The only changes I have made are:
$rcmail_config['default_host'] = 'mail.%s';
Can anyone give me clear steps on how this form works?
I want to do the exact same thing - a login section on my site.
how to login site to round cube