Roundcube enable password change , but not working

Discussion in 'Installation/Configuration' started by JULINT, Apr 12, 2021.

  1. JULINT

    JULINT Member

    Hi ,
    I have installed ispconfig and using roundcube, i have tried to enable password change on round cube
    Step by step that i have done :
    1. vi /etc/roundcube/config.inc.php
    $config['plugins'] = array('password');
    2. vi /etc/roundcube/plugins/password/config.inc.php
    $config['password_db_dsn'] = 'mysql://ispconfig:password@localhost/dbispconfig';
    $config['password_query'] = 'UPDATE mail_user SET password=%c WHERE email=%u LIMIT 1';

    Then i am tried to change password on rouncube and i got "Cannot save new password" on bottom right .

    Please help me
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Have you installed Roundcube plugin for ISPConfig?
    Or are you using ISPConfig at all?
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Use the Roundcube plugins: https://www.howtoforge.com/install-ispconfig-3-roundcube-plugins-on-debian-10/
     

Share This Page