Roundcube Community Forum

Release Support => Requests => Topic started by: OJM on January 28, 2007, 08:07:17 AM

Title: Site Login to RoundCube
Post by: OJM on January 28, 2007, 08:07:17 AM
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.
Title: Re: Site Login to RoundCube
Post by: redwall_hp on January 28, 2007, 10:31:43 AM
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.
Title: Re: Site Login to RoundCube
Post by: jul!a on July 30, 2012, 06:11:42 PM
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
Title: Re: Site Login to RoundCube
Post by: studio5 on August 06, 2012, 11:59:13 AM
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.
Title: Re: Site Login to RoundCube
Post by: lakshmikalyani on November 22, 2012, 03:51:03 AM
how to login site to round cube