OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

[Edit Profile] Improvement to 'Name' field validation #198

Open OlhenShu opened 3 months ago

OlhenShu commented 3 months ago

Criteria to validate a 'Name' field on 'Edit Profile' page should be the same as on the 'Sign up' page (https://github.com/ita-social-projects/GreenCity/issues/1245, https://github.com/ita-social-projects/GreenCity/issues/617 https://github.com/ita-social-projects/GreenCity/issues/385):

a. Be a minimum of six (6) characters in length b. Be a maximum of thirty (30) characters in length c. Alphanumeric characters and dot (".") d. Name cannot start and end with a dot

Related to: User Story #117