Author Topic: Password plugin on self-install RC at Bluehost - SOLVED  (Read 6066 times)

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Password plugin on self-install RC at Bluehost - SOLVED
« on: July 16, 2013, 09:12:19 AM »
Updated RC to 0.9.2 on my self-install at Bluehost and added in the password plugin (it was not installed before).

I can't get the cpanel setup to work at all (no matter how I fiddle the options).

The SQL setup throws a blank page and doesn't change the pwd.

Pointers or suggestions would be most welcome.
« Last Edit: July 18, 2013, 11:58:40 AM by lobsterman »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Password plugin on self-install RC at Bluehost
« Reply #1 on: July 16, 2013, 11:14:27 AM »
Bluehost uses cPanel so you would need to use the cPanel driver. It order to offer any help you'll need to post what you've tried for settings.

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Re: Password plugin on self-install RC at Bluehost
« Reply #2 on: July 16, 2013, 05:27:24 PM »
I use the cPanel option with


// cPanel Driver options
// --------------------------
// The cPanel Host name
$rcmail_config['password_cpanel_host'] = 'localhost';

// The cPanel admin username
$rcmail_config['password_cpanel_username'] = 'adminUsername';

// The cPanel admin password
$rcmail_config['password_cpanel_password'] = 'adminPwd';

// The cPanel port to use
$rcmail_config['password_cpanel_port'] = 2095;

Also tried the domain name both as www.mydomain.com & mydomain.com

Have tried several ports: 2087, 2095, 2095

I have a self-signed certificate installed on this domain and main.inc.php has 'force_https' set.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Password plugin on self-install RC at Bluehost
« Reply #3 on: July 17, 2013, 12:08:33 AM »
Try port 2082, the cPanel host will be the domain when your logged into cPanel.

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Re: Password plugin on self-install RC at Bluehost
« Reply #4 on: July 17, 2013, 09:44:56 PM »
Brilliant, that did it!

Thank you very much.

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Re: Password plugin on self-install RC at Bluehost
« Reply #5 on: July 17, 2013, 09:53:52 PM »
OK, interface question: I cannot manage to decipher where to change the field labels in the Password change page.

The plugin labels the fields very poorly (see the attached screenshot).

Can someone tell me on which lines to modify these field labels? It has to be in password.php but I can't spot it.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Password plugin on self-install RC at Bluehost
« Reply #6 on: July 17, 2013, 10:33:23 PM »
It looks like your missing the localization, there should be a folder named localization in the password plugin folder with text for each language.

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Re: Password plugin on self-install RC at Bluehost
« Reply #7 on: July 17, 2013, 11:06:04 PM »
Many thanks! Spot on, I was. I just haven't figured out how to download a folder from that github site:

http://trac.roundcube.net/browser/github/plugins/password#localization

How is that done?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Password plugin on self-install RC at Bluehost
« Reply #8 on: July 18, 2013, 11:25:48 AM »
Just go to git https://github.com/roundcube/roundcubemail/tree/release-0.9/ and on the right side click the "Download Zip" button and then you can pull out the folder.

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Re: Password plugin on self-install RC at Bluehost
« Reply #9 on: July 18, 2013, 11:30:58 AM »
That I understand. I was trying to figure out how to download only the entire password source, here:

http://trac.roundcube.net/browser/github/plugins/password

But I guess that means that the current password source is included in the .9 release?

In any event, I just downloaded the files I need and it works fine now.

Many thanks,

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Password plugin on self-install RC at Bluehost
« Reply #10 on: July 18, 2013, 11:44:58 AM »
The files on the trac are just a clone of whats on git.