Go Back   Cloud Computing > Support > Tutorials and Documentation
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-29-11, 23:30
BOD Member
 
Join Date: Nov 2010
Posts: 202
Default Not able to login to roundcube

Hi!
Why am I not able to login to roundcube? It is continuously asking me to login even after entering the login details correctly.
Reply With Quote
  #2 (permalink)  
Old 05-30-11, 00:30
BOD Member
 
Join Date: Jun 2010
Posts: 175
Default

Open file /usr/local/cpanel/base/3rdparty/roundcube/index.php on your server

---------
// try to log in
if ($_action=='login' && $_task=='mail')
---------

Once the given file is opened then just add the code given bello just above the line in red which is mentioned above.

---------
if(empty($_SESSION['user_id']) && rcmail_login($_SERVER['REMOTE_USER'], $_SERVER['REMOTE_PASSWORD'], $host)) {
// send redirect
header("Location: $COMM_PATH");
exit;
}
---------

Once this is done it should be working perfectly.
__________________
Carol.P
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 23:55.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.