Is it possible to restrict the input in a form field during the registration to contain only certain types of characters?
E.g. to let the username
be only letters, capital letters, numbers, dashes and underscores?
If possible, it would be preferable to add a regex directly to different input fields. Thanks.