ispconfig3 roundcube password plugin fine tunning

Discussion in 'General' started by sanitariu, Jan 27, 2023.

  1. sanitariu

    sanitariu New Member

    I followed the manual and installed roundcube. Everything is working fine. I would like to force roundcube password plugin to do some custom settings.
    For example:

    // Require the new password to be a certain length.
    // set to blank to allow passwords of any length
    $config['password_minimum_length'] = 11;

    // Require the new password to have at least the specified strength score.
    // Note: Password strength is scored from 1 (week) to 5 (strong).
    $config['password_minimum_score'] = 5;

    I tried adding these to /etc/roundcube/plugins/password/config.inc.php
    but nothing happens. When i try change my password from roundcube it says that 6 symbols is enough.
    I would like 11 symbols password.
    Where should i change this ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's the wrong plugin. Use ISPConfig roundcube plugin instead.
     
  3. sanitariu

    sanitariu New Member

    Ok, i found the place. For those who hit the same problem the config file is located here:
    /var/lib/roundcube/plugins/ispconfig3_pass/config/config.inc.php.dist
    Just copy to config.inc.php and edit it as you like...
     

Share This Page