Shitikantha / SCP_DEFECT

0 stars 0 forks source link

Character / Number Digits lenght in fields to be Validated #27

Open sandekum28 opened 2 months ago

sandekum28 commented 2 months ago

In the Registration screen, for the below mentioned fields under each Personas, currently there is no limit for the lenght of character / digits entered. The following to be put in place.

Student Registration Screen

First Name (Max 50 Char) Last Name (Max 50 Char) Email ID (Max 50 Char) Security Answer (Max 50 Char)

Moderator Registration Screen

First Name (Max 50 Char) Last Name (Max 50 Char) Email ID (Max 50 Char) City (Max 50 Char) State (Max 50 Char) Qualification (Max 50 Char) Domain Expertise (Max 50 Char) Current Company (Max 60 Char) Current Designation (Max 50 Char) Work Experience (Max 10 Digits) Security Answer (Max 50 Char)

Faculty Registration Screen

First Name (Max 50 Char) Last Name (Max 50 Char) Email ID (Max 50 Char) Faculty ID (Max 50 Char) Designation (Max 50 Char) Security Answer (Max 50 Char)

AnilV12 commented 1 month ago

Except Bellow field remaining fields are working fine

  1. Moderator registration form City and State accepting more then 50 characters.
AnilV12 commented 1 month ago

Working Fine - Closed ticket