Removed Extra fields such as first name and last name
New Features Added :
AJAX Validations to check if user exists
OTP Verification for resetting password
Workflow :
Once a user enters the email, it is checked if it exists in our database. If it doesn't, the Send OTP button will remain disabled. If it does, Send OTP button will be enabled. Once the button is clicked, an OTP is sent to the user's email. The user is required to enter correct OTP. If the OTP is wrong, error is shown. If it is correct, a new password field shows up where user can enter new password.
I have attached a demo of the workflow.
Resolves : #173 Fixes Done :
New Features Added :
Workflow : Once a user enters the email, it is checked if it exists in our database. If it doesn't, the Send OTP button will remain disabled. If it does, Send OTP button will be enabled. Once the button is clicked, an OTP is sent to the user's email. The user is required to enter correct OTP. If the OTP is wrong, error is shown. If it is correct, a new password field shows up where user can enter new password. I have attached a demo of the workflow.
https://user-images.githubusercontent.com/47353498/114309704-b6dcd680-9b05-11eb-9369-ba1846aa7155.mp4