Strong Passwords

Discussion in 'General' started by chancer, Sep 21, 2007.

  1. chancer

    chancer New Member

    Is it possible to ensure in ISPConfig that users can not set weak passwords in their control panels?

    Ideally, they should use a minimum 9 characters of which they have at least one each of lower case letter, upper case letter, number from 0-9 and non alphanumeric character.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This is not implemented, but you can add this to the username plugin.
     
  3. chancer

    chancer New Member

    Add what there, till? Is there something I have missed?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The username plugin is the script that displays the username input field and password field and verifies it. This is the place where you can add any additional code to verify the password strength. The plugin is written in PHP.

    Update:
    The username plugin file is: /home/admispconfig/ispconfig/lib/plugins/isp_username.plugin.php
     
    Last edited: Sep 30, 2007

Share This Page