We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f119a6 + cec0ac1 commit eb3f9d0Copy full SHA for eb3f9d0
1 file changed
interface/web/admin/form/server_config.tform.php
@@ -1790,7 +1790,7 @@
1790
'validators' => array( 0 => array('type' => 'NOTEMPTY',
1791
'errmsg' => 'jailkit_chroot_home_error_empty'),
1792
1 => array ( 'type' => 'REGEX',
1793
- 'regex' => '/^\/[a-zA-Z0-9\.\-\_\/\[\]]{1,128}$/',
+ 'regex' => '/^\/[a-zA-Z0-9\.\-\_\/\[\]]{1,}$/',
1794
'errmsg'=> 'jailkit_chroot_home_error_regex'),
1795
),
1796
'value' => '',
@@ -1804,7 +1804,7 @@
1804
1805
'errmsg' => 'jailkit_chroot_app_sections_error_empty'),
1806
1807
- 'regex' => '/^[a-zA-Z0-9\-\_\ ]{1,128}$/',
+ 'regex' => '/^[a-zA-Z0-9\.\-\_\ ]{1,}$/',
1808
'errmsg'=> 'jailkit_chroot_app_sections_error_regex'),
1809
1810
0 commit comments