Roundcube password change issue
#1
Roundcube password change issue
I followed this way to change user's email password.But error message is displaying "could not save the new password?

How to fix it please?

$rcmail_config['password_driver'] = 'sql';

$rcmail_config['password_confirm_current'] = true;
$rcmail_config['password_minimum_length'] = 0;
$rcmail_config['password_require_nonalpha'] = false;
$rcmail_config['password_log'] = false;

// SQL Driver options
$rcmail_config['password_db_dsn'] = 'mysql://postfix:'mypostfix_mysql_password'@localhost/sentora_postfix';
// Intended on fleshing this out a bit, but wanted to get something working first
$rcmail_config['password_query'] = 'UPDATE mailbox SET password=%D WHERE username=%u';
$rcmail_config['password_idn_ascii'] = false;
// Also tried making a shell script called dovecotpw that just passes the arguments on to doveadm pw, no difference
$rcmail_config['password_dovecotpw'] = '/usr/bin/doveadm pw';
$rcmail_config['password_dovecotpw_method'] = 'PLAIN-MD5';
$rcmail_config['password_dovecotpw_with_method'] = true;
Reply
#2
RE: Roundcube password change issue
Big Grin
(07-26-2015, 03:59 PM)sknd Wrote: I followed this way to change user's email password.But error message is displaying "could not save the new password?

How to fix it please?

$rcmail_config['password_driver'] = 'sql';

$rcmail_config['password_confirm_current'] = true;
$rcmail_config['password_minimum_length'] = 0;
$rcmail_config['password_require_nonalpha'] = false;
$rcmail_config['password_log'] = false;

// SQL Driver options
$rcmail_config['password_db_dsn'] = 'mysql://postfix:'mypostfix_mysql_password'@localhost/sentora_postfix';
// Intended on fleshing this out a bit, but wanted to get something working first
$rcmail_config['password_query'] = 'UPDATE mailbox SET password=%D WHERE username=%u';
$rcmail_config['password_idn_ascii'] = false;
// Also tried making a shell script called dovecotpw that just passes the arguments on to doveadm pw, no difference
$rcmail_config['password_dovecotpw'] = '/usr/bin/doveadm pw';
$rcmail_config['password_dovecotpw_method'] = 'PLAIN-MD5';
$rcmail_config['password_dovecotpw_with_method'] = true;


SOLVED. It's working fine Big Grin
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
change username from email umarzuki@gmail.com 0 2 ,299 11-25-2022, 05:46 PM
Last Post: umarzuki@gmail.com
Problem with roundcube pgh2011 0 3 ,159 01-30-2021, 12:48 AM
Last Post: pgh2011
Old issue on Daily Backup iraqiboy90 24 132 ,495 12-26-2020, 12:48 PM
Last Post: conglynina

Forum Jump:


Users browsing this thread: 1 Guest(s)