I opened the file
/home/admispconfig/ispconfig/lib/plugins/isp_username.plugin.php
and changed the following rule from 3 to 2
if(!preg_match("/^[a-z][\w\.\-\_]{2,64}$/",$user_prefix . $username)) {
I also changed the following from 4 to 3 (so the error message would be consistent with the rule)
Der Username muss aus min. 3, max 32
It works in that I can create a user of three letters but then if I enter an incorrect length username (< 3 or >32) I get the following error message in German instead of English!
Field: Username
Der Username muss aus min. 3, max 32 Buchstaben oder Zahlen bestehen, wobei er mit einem Buchstaben beginnen muss
I changed nothing else.
Please help
Matt
Recent comments
1 day 8 hours ago
1 day 10 hours ago
1 day 22 hours ago
2 days 1 hour ago
2 days 5 hours ago
2 days 11 hours ago
2 days 21 hours ago
2 days 23 hours ago
3 days 7 hours ago
3 days 8 hours ago