Roundcube Community Forum

 

Site Login to RoundCube

Started by OJM, January 28, 2007, 08:07:17 AM

Previous topic - Next topic

OJM

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.

redwall_hp

Just do something like this:
<form name=&quot;form&quot; action=&quot;[url]http://www.yourdomain.com/roundcubefolder/&quot;[/url] method=&quot;post&quot;>


<input name=&quot;_action&quot; value=&quot;login&quot; type=&quot;hidden&quot; />

<table><tr>

<td class=&quot;title&quot;><label for=&quot;rcmloginuser&quot;>Username</label></td>
<td><input name=&quot;_user&quot; id=&quot;rcmloginuser&quot; size=&quot;30&quot; value=&quot;&quot; type=&quot;text&quot; /></td>

</tr><tr>

<td class=&quot;title&quot;><label for=&quot;rcmloginpwd&quot;>Password</label></td>
<td><input name=&quot;_pass&quot; id=&quot;rcmloginpwd&quot; size=&quot;30&quot; type=&quot;password&quot; /></td>

</tr></table>


<p style=&quot;text-align: center;&quot;><input type=&quot;submit&quot; class=&quot;button&quot; value=&quot;Login&quot; />

</form>

I haven't tried it my self but it SHOULD work.

jul!a

#2
redwall_hp, it's work!  :)

roundcube v.0.7.2




I changed the login form
Sorry for my english

studio5

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.

lakshmikalyani

how to login site to round cube