Roundcube Community Forum

Release Support => Pending Issues => Topic started by: IKShadow on December 08, 2009, 11:25:45 AM

Title: Account administration
Post by: IKShadow on December 08, 2009, 11:25:45 AM
I installed 3 plugins:
settings
hmail_autoresponder
hmail_password

In readme file I see
QuoteIf configured correctly, you should be able to go into your Settings - Account Administration and modify your hMail autorepsonder settings.

The problem is I dont see password change in Account Administration.

p.s. Save button does not work in Autoresponder
Title: Account administration
Post by: toetag on December 08, 2009, 09:15:44 PM
what does your settings for the plug array look like?

it should look similar to the following:

$rcmail_config['plugins'] = array('settings','hmail_autoresponder','html_password')

In the pluginname/config folder, do you have

config.inc.php
config.inc.php.dist

have you configured the DSN in the setting in config.inc correctly?

$rcmail_config['db_hmail_password_dsn'] = 'mysql://login:password@localhost/database?new_link=true';