Hi I have to create a user with short 3 letter name. Ispconfig default is 4-32. Any idea? Dominik Please, correct my English.
You can change the regular expression for the username in the file /home/admispconfig/ispconfig/lib/plugins/isp_username.plugin.php
Change the regular expression from: "/^[a-z][\w\.\-\_]{3,64}$/" to: "/^[a-z][\w\.\-\_]{2,64}$/" in line 144.