I've been trying to figure out how to get the password plugin to work with my hosting account. I'm trying to offer email to my members if they request accounts.
I am running on a shared host with cPanel. I've configured the settings to connect to //www.mydomain.com/cpanel and used my password and username. I've tried every setting and a certain set of settings seem like they should work and instead of popping up with a message saying it's not going to save my password. It takes about 3 minutes before it finally gives me the message.
How I can I get this to work, it would really make my life a whole lot easier.
Thank you.
You have the wrong url for the cpanel host, when you go to domain.com/cpanel it forwards you to cpanel. This is how you should fill out the data for the password plugin to work with cPanel:
http://domain.com:2082/frontend/x3/index.html
This is the data needed:
http://[B]Host[/B]:[B]Port[/B]/frontend/[B]Theme[/B]/index.html
This is what it should look like in the config file:
$rcmail_config['password_cpanel_host'] = '[B]Host[/B]';
$rcmail_config['password_cpanel_username'] = 'Your CPanel username';
$rcmail_config['password_cpanel_password'] = 'Your Cpanel password';
$rcmail_config['password_cpanel_port'] = [B]Port[/B];
$rcmail_config['password_cpanel_ssl'] = true;
$rcmail_config['password_cpanel_theme'] = '[B]Theme[/B]';