admin password, hack concern

Discussion in 'General' started by public_domain, Jan 23, 2008.

  1. public_domain

    public_domain New Member

    i currently use 16 characters for the password but would prefer a shorter one as i do not know the length limit. so i would like to put in a 3sec delay. codepage please? (looked but could not find).

    also would like to crypt the mysql paswword as stored.
    thankyouverymuch.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no length limit for the ISPConfig controlpanel passwords, all passwords are stored as md5 hashes and not in cleartext of course.

    Have a look at the file /home/admispconfig/ispconfig/web/login/login.php

    The password is already stored as md5 hash.
     

Share This Page