Author Topic: Roundcube Autologin with iframe  (Read 7614 times)

Offline justinlb

  • Newbie
  • *
  • Posts: 3
Roundcube Autologin with iframe
« on: March 12, 2013, 03:43:20 PM »
Hi,

I'm using Roundcube within an iframe for my thesis project, but i'm not certain how i'd approach an autologin function. It is located on a portal, which will require a login to access any of the pages. I'm confused as to how i can create a first login page that will punch in the credentials to roundcube within the iframe as well once that page was clicked on (they would be the same username and pass). Unfortunately, my experience with PHP is not great, so i'm having quite a bit of trouble. Any help would be GREATLY appreciated.

Thanks.

Offline justinlb

  • Newbie
  • *
  • Posts: 3
Re: Roundcube Autologin with iframe
« Reply #1 on: March 13, 2013, 01:34:21 PM »
No one?  :'(

Offline canobi

  • Jr. Member
  • **
  • Posts: 10
Re: Roundcube Autologin with iframe
« Reply #2 on: March 14, 2013, 02:24:02 AM »
There is an old plugin for RoundCube called "roundcube autologin plugin". It probably does not work with new versions of RC, but you can use it as a template to make your own plugin since the concept hasn't changed. Having said that, if you're not somewhat experienced with doing that kind of integration, I'm afradi it won't be easy.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Roundcube Autologin with iframe
« Reply #3 on: March 14, 2013, 08:29:00 AM »
The autologin plugin is maintained by the RoundCube team so it will work with the crurent version. You can use it as a base for integrating into your portal.

Offline justinlb

  • Newbie
  • *
  • Posts: 3
Re: Roundcube Autologin with iframe
« Reply #4 on: March 14, 2013, 09:52:55 AM »
I've been researching those for a while, but on the plugins repository site there's two plugins for that sort of thing "autologin" and "autologon". Autologin doesn't look like it would be supported anymore, so i'm assuming the other would be the one i work from?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Roundcube Autologin with iframe
« Reply #5 on: March 14, 2013, 10:47:10 AM »