interface/web/sites/form/ftp_user.tform.php | ●●●●● patch | view | raw | blame | history |
interface/web/sites/form/ftp_user.tform.php
@@ -91,7 +91,7 @@ 'validators' => array ( 0 => array ( 'type' => 'UNIQUE', 'errmsg'=> 'username_error_unique'), 1 => array ( 'type' => 'REGEX', 'regex' => '/^[\w\.\-]{0,64}$/', 'regex' => '/^[\w\.\-@\+]{0,64}$/', 'errmsg'=> 'username_error_regex'), ), 'default' => '',