todi-2000 / Quiz-App

A Quiz App where users can register, attempt quiz, view their scores and leaderboard.
MIT License
14 stars 28 forks source link

Reset password feature using Django contrib.auth #19

Closed SubhradeepSS closed 3 years ago

SubhradeepSS commented 3 years ago

A Forgot/Reset password feature can be implemented which will allow the user to enter his/her email, and receive a unique password reset link(actually sent to the cli for development purposes) which will show the form to reset the password.

@todi-2000 I was thinking of working on this issue if you agree to go forward with the idea.

todi-2000 commented 3 years ago

Yes, go ahead.