Fortunate Solutions
User Registration Form:
Add User:
Few doubts about the user registration page:
1. Should the email_id be unique.
2. Should we add city.
3. Should we verify the email_id
Super User is allowed to add a new user and any one can become a user by registration.
View User:
Here, the Super User will be allowed to view all the user both active and inactive.
He can view data including the password but cannot edit any of the details.
User will be able to view its data only if active.
Edit User:
Here, the Super User cannot edit data of other user’s but can edit their data.
User will be able to edit their data only if active.
Delete User:
User and Super User are not allowed to delete data, only inactive can be true.
Login Form:
Active user can login to the dash board and s/he will be able to view only those board, medium
and class selected.
S/he will have to verify every time they login.
1|Page
Fortunate Solutions
Validation for User Registration Page:
Class Name
1. Cannot be empty.
2. No Special Characters
3. No Number
User Name
1. Cannot be empty.
2. No Special Characters
3. No Number
Email
1. Cannot be empty.
2. Valid Email_id
3. Check if already exist
Mobile
1. Cannot be empty
2. No Special Character
3. No Alphabet
4. Not less than 10
Address
1. Cannot be empty
Password
1. Cannot be empty
2. Not less than 8
3. Should contain Special Character, Number and Alphabet.
2|Page