Bug: name field in register form accepts space input #50
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
First Timers Only
Good for newcomers.
Type: Bug
Bug or Bug fixes.
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:
name
inputExpected behavior
Name
field 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
password
field as we hash the input.The text was updated successfully, but these errors were encountered: