RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > API Based Plugins

For more information about the ads and why they're here, please see the FAQ

Reply
  10 links from elsewhere to this Post. Click to view. #1  
Old 06-16-2009, 08:58 AM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default RC plugin autologin from CMS or Portal ...

I have realisized based on the autologon sample plugin an plugin thats make login from a portal or other external site or cms into roundcube possible.

i attached the plugin with a little guide inside.

Tested with current SVN 2646

Change
attachment replace with new version for little bit more security
the pass is no more submittet as plaintext
Attached Files
File Type: zip autologin.zip (3.6 KB, 158 views)

Last edited by lacri; 06-17-2009 at 01:14 PM. Reason: new version
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-29-2009, 11:57 PM
Registered User
 
Join Date: Jul 2008
Posts: 3
Default

Shouldn't:

Code:
     // decode pass, revert and replace key
 		  $_POST['_pass'] = str_replace('*yourkey*','',base64_decode(strrev(get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'))));
be:

Code:
     // decode pass, revert and replace key
 		  $args['_pass'] = str_replace('*yourkey*','',base64_decode(strrev(get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'))));
??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 11-26-2009, 05:28 PM
Registered User
 
Join Date: Jun 2009
Posts: 6
Default

Very nice!

Is there any way to use this to open a new message with the to: pre filled?

Thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 12-24-2009, 05:23 AM
Roundcube Newcomer
 
Join Date: Dec 2009
Posts: 1
Default

Could someone tell me how to remove logout button once the user login from other cms, and instead of using logout button on roundcube, i would like to use logout button from my cms. So what script do i have to add on my logout acction?

Best regards

Raymond Victorio
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/4906-rc-plugin-autologin-cms-portal.html
Posted By For Type Date
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 12-30-2009 10:55 AM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 12-24-2009 10:56 PM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 11-26-2009 11:26 AM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 11-20-2009 11:40 AM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 10-08-2009 01:11 PM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 09-08-2009 12:46 PM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 09-02-2009 02:04 PM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 08-28-2009 07:22 AM
VPF::?????? 2 ????????? (roundcube ? ???????) - ????? ????????????? This thread Refback 08-27-2009 11:46 PM
PHP-Lexikon This thread Refback 06-16-2009 01:45 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:00 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community