Signatures can be up to 1000 characters long
This commit is contained in:
parent
8d581daf80
commit
4352097882
@ -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>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user