Restriccion de caracteres en nombre de usuario

buen dia foro,

necesito restringir la cantidad de caracteres en la creación de nombre de usuario, en este momento puedo crear un usuario con un solo carácter, requiero que sea desde 6 caracteres en adelante.

puedo hacer esto en suitecrm? y como por favor.
Mil gracias

Not OTB unfortunately.

You can apply this using javascript code to produce a warning if the min length is not reached.

This example is how to limit it (applied to a currency field), but perhaps use it to define the minimum on the username field itself.