diff --git a/src/www/system_groupmanager.php b/src/www/system_groupmanager.php index 0af5ef9a2..569a87898 100644 --- a/src/www/system_groupmanager.php +++ b/src/www/system_groupmanager.php @@ -91,8 +91,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { $input_errors[] = gettext("The group name contains invalid characters."); } - if (strlen($pconfig['name']) > 16) { - $input_errors[] = gettext("The group name is longer than 16 characters."); + if (strlen($pconfig['name']) > 32) { + $input_errors[] = gettext("The group name is longer than 32 characters."); } if (count($input_errors) == 0 && !isset($id)) { @@ -237,7 +237,7 @@ $( document ).ready(function() { - /> + />