Describe the bug
Although we allow spaces between text in the name field in register form but only a number of spaces should not be accepted as valid input.
To Reproduce
Steps to reproduce the behavior:
- Go to https://anitab-org.github.io/stem-diverse-tv-cms/register
- Enter spaces in
name input
- See error
Expected behavior
Name field must not accept a number of spaces as valid input.
Screenshots

Desktop (please complete the following information):
- OS: Any
- Browser: Any
- Version: Any
Additional context
This behaviour is normal in case of password field as we hash the input.
Describe the bug
Although we allow spaces between text in the name field in register form but only a number of spaces should not be accepted as valid input.
To Reproduce
Steps to reproduce the behavior:
nameinputExpected behavior
Namefield must not accept a number of spaces as valid input.Screenshots
Desktop (please complete the following information):
Additional context
This behaviour is normal in case of
passwordfield as we hash the input.