Author Topic: Change Password Problem in RoundCube password Plugin  (Read 8934 times)

Offline ziyoo

  • Newbie
  • *
  • Posts: 1
Change Password Problem in RoundCube password Plugin
« on: March 06, 2015, 12:59:48 AM »
In WAMP, hMailsever and Roundcube works well except Change Password function. I read README in the folder of the password plugin and edit config.inc.php.dist according the instructions.
But it doesn't work.  BTW, hMailserver and roundcube run on the same server.

// hMail Driver options
// -----------------------
// Remote hMailServer configuration
// true:  HMailserver is on a remote box (php.ini: com.allow_dcom = true)
// false: Hmailserver is on same box as PHP
$config['hmailserver_remote_dcom'] = false;
// Windows credentials
$config['hmailserver_server'] = array(
    'Server' => 'localhost', // hostname or ip address
    'Username' => 'Administrator', // windows username
    'Password' => 'njsstc158' // windows user password
);

DB Error: [1305] FUNCTION roundcubemail.update_passwd does not exist (SQL Query: SELECT update_passwd('$1$CC0wpwS8$5j3j8EP5UetUP.Ws0OC5J1', 'XXXX@XXXX.com')) in D:\roundcubemail-1.1.0\program\lib\Roundcube\rcube_db.php on line 541 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)

Thanks in advance.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Change Password Problem in RoundCube password Plugin
« Reply #1 on: March 06, 2015, 01:45:50 AM »
Re-read the README file in password plugin directory:
Quote
1. Configuration
 ----------------

 Copy config.inc.php.dist to config.inc.php and set the options as described
 within the file.