04-14-2023, 10:13 PM
Similar to this url:
http://infohelp.xyz/Article/4001/340/How-to-enable-the-plugin-Password-on-Roundcube
Change file at
/usr/share/roundcube/plugins/password/config.inc.php
like following:
$config['password_driver'] = 'sql';
$config['password_confirm_current'] = true;
$config['password_minimum_length'] = 5;
$config['password_db_dsn'] = 'mysql://mysql_user:mysql_pass@localhost/ehcp';
$config['password_query'] = 'UPDATE emailusers SET password = encrypt('%p','ehcp') WHERE email = %u';
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
http://infohelp.xyz/Article/4001/340/How-to-enable-the-plugin-Password-on-Roundcube
Change file at
/usr/share/roundcube/plugins/password/config.inc.php
like following:
$config['password_driver'] = 'sql';
$config['password_confirm_current'] = true;
$config['password_minimum_length'] = 5;
$config['password_db_dsn'] = 'mysql://mysql_user:mysql_pass@localhost/ehcp';
$config['password_query'] = 'UPDATE emailusers SET password = encrypt('%p','ehcp') WHERE email = %u';
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.