IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 4 forks source link

Add Forgot Password Functionality #112

Closed nishant-nayak closed 6 months ago

nishant-nayak commented 8 months ago

Users should able to reset their password using a unique link sent to their email address. The flow should be as follows:

  1. User clicks on Forgot Password option present on the login page
  2. User fills in their personal email address
  3. If email is valid, an email with a unique URL is sent to the email address
  4. When user accesses the unique URL, they get to reset their password.

Reference: Python Tutorial