chiraag-kakar / sharenlearn

A Common File/Resource Sharing Platform for Students & Faculties built using HTML, CSS, Javascript, & Django.
https://sharenlearn.herokuapp.com/
MIT License
45 stars 78 forks source link

Forgot password with OTP Verification #173

Closed ashutoshkrris closed 3 years ago

ashutoshkrris commented 3 years ago

There are a lot of extra fields like First Name, Last Name in the forgot password page. Also, instead of directly changing user's password, we can first verify if the user is a authentic user using OTP verification. Also, we can implement Ajax validation. I have attached a screenshot of the forgot password page. Screenshot (325)

AVS18 commented 3 years ago

Please work on this issue and make sure you try to use username/email enter and change the password based on otp. All the best

ashutoshkrris commented 3 years ago

@AVS18 Of course, I will be using email field to check if the user exists. If it does, an OTP will be sent on the same. No phone number will be involved in the entire process.

AVS18 commented 3 years ago

cool.

ashutoshkrris commented 3 years ago

cool.

Kindly assign me this issue. I thought, I was already assigned and hence made a PR