Signatures can be up to 1000 characters long

This commit is contained in:
Mike Koch 2015-12-23 08:10:22 -05:00
parent 8d581daf80
commit 4352097882

View File

@ -725,7 +725,7 @@ function hesk_validateUserInfo($pass_required = 1, $redirect_to = './manage_user
} }
} }
if (strlen($myuser['signature']) > 255) { if (strlen($myuser['signature']) > 1000) {
$hesk_error_buffer .= '<li>' . $hesklang['signature_long'] . '</li>'; $hesk_error_buffer .= '<li>' . $hesklang['signature_long'] . '</li>';
} }