Hi, Is there anywat I can start a username with a number?? I am using [domain]_ as prefix so i can use email address as username. if the domain starts with a number (1stseal.co.za) i cannot add a email account as the username will always start with a number... Any help please
Hey Till, Any clue on where the regex can be found, I'm going nuts trying to look for the regex in "isp_username.plugin.php" under "/home/admispconfig/ispconfig/lib/plugins" Might be I'm just looking in the wrong file, clues are welcome thx Pieter
The regex is in line 144: PHP: if(!preg_match("/^[a-z][\w\.\-\_]{3,64}$/",$user_prefix . $username)) {