Roundcube Community Forum

 

Change password by user

Started by firstnet2, December 23, 2012, 08:40:38 PM

Previous topic - Next topic

firstnet2

Hi,
I know there is a lot of topics regarding changing password by user problem, and I tried to activate that option but I couldn't. Is there any one can help me by explain that very depth and easy way step by step for some one doesn't has any experience with coding and his English isn't perfect :)

Note:
Hosting: Hostmonster sharing plane
Roundcube: 0.8.4
Skin: larry

Thanks

SKaero

You need to activate the password plugin and use the cPanel driver in <RC root>/plugins/password/config.inc.php and fill out cPanel options. Is there a specific place your getting stuck?

firstnet2

Thanks for reply, but I need to know how to do that correctly because I did the below steps but it doesn't work:
I download (main.inc.php) file then add this code:
$rcmail_config['plugins'] = array(
        'password',
        'sieverules',
        'quickrules',
        'sauserprefs',
        'markasjunk2',
        'rcguard',
        'zipdownload',
        'contextmenu'
);


the password option is appeared


but when I tried to change the password this error is appeared


then some one told me that I have to rename (main.inc.php.dist) file to (main.inc.php) by FTP, I did it and this file disappeared
but when I check the sitting from email page the password option disappeared.

That what I did exactly nothing more or less :)
any advice with detail please :)

firstnet2

I forgot to mentioned that all the above done in ../mail/config


SKaero

You need to setup the password config file in <RC root>/plugins/password/config.inc.php.dist read the README file in the <RC root>/plugins/password/ directory for an overview of the options.

firstnet2

where can I find this file ? would you please attach any links and details would help because I have no experience.
Thanks.   

SKaero

The configuration file is located at: <RC root>/plugins/password/config.inc.php.dist
The documentation for the configuration file is located at: <RC root>/plugins/password/README