Skip to content

Implement Forget password option with OTP verification #8

@Sibsankar-de

Description

@Sibsankar-de

Implementation of Password option

Describe the solution you'd like
A user can reset their password using a password reset link or OTP.

  • User will create a password reset request
  • A OTP email will be send.
  • User can reset their password via that email.

Suggested Changes

  • Implement a email service (nodemailer).
  • Create controllers to request for otp.
  • Controller to reset password by verifying the otp.

Implementation

  • Update Signup and login UI
  • Implement Backend routes and controllers.
  • Integrate with UI.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestjwoc-2026For JWoC evaluationmediumIntermediate level issues such as feature implementation.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions