Roundcube Community Forum

 

password plugin activated but not shown?

Started by imax36581, July 24, 2012, 01:04:38 AM

Previous topic - Next topic

imax36581

Hi
im new to roundcube.
i activate password plugin in main.inc.php like this:
$rcmail_config['plugins'] = array('managesieve,password');
and rename config.inc.php.dist to  config.inc.php  and make some modification.
but now i cant see any thing related to change the  password in roundcube GUI.
is there anything else that i should do?

thanks in advance

SKaero

Your plugin config line should be:

$rcmail_config['plugins'] = array('managesieve', 'password');

imax36581

thanks for your help
i follow a guide for configuring this and it seems it has some syntax issue...
thanks again