Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: imax36581 on July 24, 2012, 01:04:38 AM

Title: password plugin activated but not shown?
Post by: imax36581 on July 24, 2012, 01:04:38 AM
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
Title: Re: password plugin activated but not shown?
Post by: SKaero on July 24, 2012, 02:21:11 AM
Your plugin config line should be:

$rcmail_config['plugins'] = array('managesieve', 'password');
Title: Re: password plugin activated but not shown?
Post by: imax36581 on July 24, 2012, 04:41:15 AM
thanks for your help
i follow a guide for configuring this and it seems it has some syntax issue...
thanks again