EduPapersKe / EduPapersAPI

This RESTful API, crafted with Django, functions as the project's backend infrastructure.
https://edupapers.org
Apache License 2.0
4 stars 0 forks source link

Implement password reset with email confirmation #12

Closed mwangi-brian closed 2 months ago

mwangi-brian commented 5 months ago

Similar to how we will handle email verification, we will send the user trying to reset their password a code to their email address. They will use the code to confirm the password reset request.

mwangi-brian commented 4 months ago

Do you have any update(s) on this issue, @aghee?

mwangi-brian commented 2 months ago

Completed!