Project

General

Profile

Actions

Feature #1155

closed

Feature #1002: Feature - User access to the app.

Feature #1005: Req. - User registration in the App (Registration screen):

Req. - New Username validation.

Added by Vladimir Krisyuk over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
01/28/2020
Due date:
% Done:

100%


Description

Precondiiton: User on the registration screen

When User adds a Username and leaves the input field focus then the Username should be validated

Frontend validation
  • username has to be at least six characters in length and not longer then 15 characters.
  • username can only contain alphanumeric characters (letters A-Z, numbers 0-9) with the exception of underscores. (We won't allow User to type other characters).

Error messages:
* Your username is too short. It has to be 6-15 characters.
* Your username is too long. It has to be 6-15 characters.

API validation
If the Username is correct, then is has to be verified in DB. When User leaves the input field and Username is correct the APi request hast to be done to check whether the new username is already exist or not.
Error message in case Username is already exist in DB: "Sorry.. The username is already taken."

------------------------------
mockups: 2.Registration


Subtasks 2 (0 open2 closed)

Feature #1439: UserName validation - back-end partClosedAlice Gor01/28/2020

Actions
Feature #1440: UserName validation - front-end partClosedAlice Gor01/28/2020

Actions
Actions

Also available in: Atom PDF