PranayD1807/Mellow-Tools

Implement Forgot Password Functionality

Open

#41 opened on Apr 1, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

  • Verify that encryption functions correctly after a password reset.
  • There is currently no email configured for Mellow Tools; one may need to be created. If contributing, use environment variables to manage email credentials.
  • Allow users to reset their password without requiring login.
  • Implement multi-factor authentication (MFA) for the forgot password flow following industry best practices.
  • A simpler approach for forgot password could be to use MFA when enabled for the user; otherwise, an alternative method will be required.

Contributor guide