Author Topic: Change password by user  (Read 6670 times)

Offline firstnet2

  • Newbie
  • *
  • Posts: 7
Change password by user
« on: December 23, 2012, 08:40:38 PM »
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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Change password by user
« Reply #1 on: December 23, 2012, 09:58:41 PM »
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?

Offline firstnet2

  • Newbie
  • *
  • Posts: 7
Re: Change password by user
« Reply #2 on: December 24, 2012, 01:23:59 PM »
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:
Code: [Select]
$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 :)

Offline firstnet2

  • Newbie
  • *
  • Posts: 7
Re: Change password by user
« Reply #3 on: December 24, 2012, 02:41:33 PM »
I forgot to mentioned that all the above done in ../mail/config

Offline firstnet2

  • Newbie
  • *
  • Posts: 7
Re: Change password by user
« Reply #4 on: December 25, 2012, 09:53:09 PM »
Any help?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Change password by user
« Reply #5 on: December 26, 2012, 04:46:44 PM »
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.

Offline firstnet2

  • Newbie
  • *
  • Posts: 7
Re: Change password by user
« Reply #6 on: December 28, 2012, 05:42:12 AM »
where can I find this file ? would you please attach any links and details would help because I have no experience.
Thanks.   

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Change password by user
« Reply #7 on: December 28, 2012, 08:19:47 AM »
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