Skip to content

Conversation

unijaychie
Copy link

Summary

This PR adds validation for the username field to reject invalid formats and display error messages.

Changes

  • Added regex validation for usernames (3-30 characters, letters, numbers, underscores).
  • Displayed error message for invalid inputs.
  • Backend now validates usernames before saving.

Testing

  • Verified that invalid usernames trigger error messages.
  • Confirmed valid usernames are accepted.

Related Issues

Closes #268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid Username Accepted Without Validation
1 participant