zuri-training / Col_Films_Proj_Team_113

A web application to enable college students in Nigerian institutions upload short movies of their creation.
MIT License
9 stars 12 forks source link

Forgot password functionality with phone numbers for registered users #19

Open Pythonian opened 2 years ago

Pythonian commented 2 years ago

Description

Users who may have forgotten their password can opt to make use of their phone numbers for verification and then presented a form they will use to reset their password after their phone number has been verified.

Workflow

  1. User enters their phone number and an OTP is sent to the number
  2. User is redirected to a page where they'll enter the OTP sent to the number
  3. If the OTP is valid, user will be sent to a page where they can enter their new password
  4. User will be redirected to a success page if the process is successful

This feature will still need some improvements in the userflow, hence nobody will be assigned to this yet.