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
			
			
			
				Your plugin config line should be:
$rcmail_config['plugins'] = array('managesieve', 'password');
			
			
			
				thanks for your help
i follow a guide for configuring this and it seems it has some syntax issue...
thanks again