Author Topic: Password Plugin for 0.51  (Read 4914 times)

Offline jmacgowan

  • Newbie
  • *
  • Posts: 1
Password Plugin for 0.51
« on: March 16, 2011, 01:33:12 AM »
I've installed an mostly configured the password plugin, and I'm using Roundcube 0.51.

I'm trying to change passwords that are stored in a MySQL database.

After navigating to Settings > Password I attempt to change user's password and upon submission I get SERVICE CURRENTLY NOT AVAILABLE! Error No. [500]

The interesting thing is that it only happens when I make a valid reference to a MySQL database.  What I mean is:
$rcmail_config['password_db_dsn'] = 'mysql://:@localhost/mail';
Results in the error.

$rcmail_config['password_db_dsn'] = 'foo';
and/or
$rcmail_config['password_db_dsn'] = 'mysql://:@localhost/mail';
Will just say "New password cannot be saved"

Which leads me to believe that I have a configuration issue, but I am not sure where to start.

Thank you for any insight or help with this issue.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Password Plugin for 0.51
« Reply #1 on: March 16, 2011, 07:29:22 AM »
What shows up in the roundcube error log? Have you double checked the update query?