ppresume / community

Discussions, feedbacks, roadmaps, community.
60 stars 3 forks source link

bug: username length validation requires at least 3 chars while frontends tell users 2. #27

Closed xiaohanyu closed 10 months ago

xiaohanyu commented 11 months ago

Description

We have some basic validations for usernames when sign up, the frontend tell users it needs at least 2 chars, while the backend actually needs at least 3.

To Reproduce

Steps to reproduce the behavior:

  1. Go to /signup page
  2. Try to sign up with a username of 2 chars

Actual Behavior

Expected Behavior

[Optional] Screenshots

image

Desktop

NA

Smartphone

NA

Additional Context

NA

xiaohanyu commented 10 months ago

Done