Author Topic: Site Login to RoundCube  (Read 8976 times)

Offline OJM

  • Newbie
  • *
  • Posts: 3
Site Login to RoundCube
« 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.

Offline redwall_hp

  • Newbie
  • *
  • Posts: 2
Re: Site Login to RoundCube
« Reply #1 on: January 28, 2007, 10:31:43 AM »
Just do something like this:
Code: [Select]
<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.

Offline jul!a

  • Newbie
  • *
  • Posts: 1
Re: Site Login to RoundCube
« Reply #2 on: July 30, 2012, 06:11:42 PM »
redwall_hp, it's work!  :)

roundcube v.0.7.2




I changed the login form
« Last Edit: July 31, 2012, 05:03:54 AM by jul!a »
Sorry for my english

Offline studio5

  • Newbie
  • *
  • Posts: 4
Re: Site Login to RoundCube
« Reply #3 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.

Offline lakshmikalyani

  • Newbie
  • *
  • Posts: 1
Re: Site Login to RoundCube
« Reply #4 on: November 22, 2012, 03:51:03 AM »
how to login site to round cube