Skip to content

Commit fcf38d8

Browse files
author
Till Brehm
committed
Merge branch 'cherry-pick-a9e7cc14' into 'develop'
Backport !545 See merge request ispconfig/ispconfig3!1166
2 parents acb7db0 + 5a807ad commit fcf38d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/ftp_user.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
204204
'errmsg'=> 'directory_error_empty'),
205205
1 => array ( 'type' => 'REGEX',
206-
'regex' => '/^\/[a-zA-Z0-9\ \.\-\_\/]{10,128}$/',
206+
'regex' => '/^\/[a-zA-Z0-9\ \.\-\_\/]{7,128}$/',
207207
'errmsg'=> 'directory_error_regex'),
208208
2 => array ( 'type' => 'CUSTOM',
209209
'class' => 'validate_ftpuser',

0 commit comments

Comments
 (0)