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.
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.