Author Topic: An error occurred! Could not save new password.  (Read 5984 times)

Offline rcuser1

  • Newbie
  • *
  • Posts: 1
An error occurred! Could not save new password.
« on: May 27, 2019, 01:10:02 AM »
What i did?
http://roundcubeskins.net/helpdesk/knowledgebase.php?article=16&rated=1

How do I enable password changing in Roundcube?
The password changing functionality in Roundcube is provided by the "password" plugin. You can enable the plugin by adding it to the "plugins" array of your config/config.inc.php, like this:

$config['plugins'] = array('xskin', 'password');

When the plugin is enabled, the users can change their email password by logging in to Roundcube and going to Settings / Password.


After this error message come out:
An error occurred! Could not save new password.

Why i Came here? Because of this:
« Last Edit: May 27, 2019, 01:34:13 AM by rcuser1 »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,873
    • SKaero - Custom Roundcube development
Re: An error occurred! Could not save new password.
« Reply #1 on: May 27, 2019, 02:15:12 AM »
The document you followed lacks all the necessary information to actually setup the password plugin. Try reading the README file in the password plugin folder.