AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
171 stars 123 forks source link

feat: Implemented Forgot Password #252

Closed JuanitaCathy closed 5 months ago

JuanitaCathy commented 5 months ago

Description

Forgot password feature was implemented, once user enters their email, if an account exists, reset link is sent to their mail. Appropriate error handling is also implemented.

Fixes #245

Type of change

How Has This Been Tested?

https://github.com/AOSSIE-Org/Resonate/assets/114871036/54bce4e1-eba1-4cc2-945c-8dff9eb09158

forgotpass

To consider

As this mail is sent on using local-host for testing purposes, the newPassword screen can be accessed by uncommenting out a line of code which is mentioned in the resetPassword method. We can do this in the later stages of the application, before deploying the app.

Checklist:

Maintainer Checklist

JuanitaCathy commented 5 months ago

@chandansgowda please review