-
Type:
Sub-task
-
Status: Done
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Company:All Clients/Multiple Clients
User registration page will have below fields pre populated. As we have an entry of this in person
- First Name
- Last Name
- Email Address
- Phone Number
- Secret Question 1
- Secret Question 2
- Upload Image
Username and Password needs to be removed from the screen. Both Username and Password will be emailed to user on successful completion
Username and Password will be generated as per security policy defined in the system.
As of now will seed the Username to email address and Password to strict policy from back end
Below tasks should be done in this
- Client Side Validation
- Generate Username and Password
- Insert entry in User data structure
- Send Welcome Email to User with Username and Password policy
-
- Time Spent:
- 7.5h
-
Analysis Details:
- We would not allowed to changes email from registration page.
- User & Password policy need define.
Tasks
- Expose post API.
- Analysis & Discussion with team
- Validation for already email already exists or not exists
- Create module to store and save data into database.
-
- Time Spent:
- 8.5h
-
- Completed POST API
- Completed UI Integration
- Completed Unit testing.
- Profile Image Upload with validation