Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users are unable to log in if they forget their password #63

Open
thisistonydang opened this issue Sep 6, 2023 · 0 comments
Open

Users are unable to log in if they forget their password #63

thisistonydang opened this issue Sep 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@thisistonydang
Copy link
Contributor

thisistonydang commented Sep 6, 2023

Issue Description

Currently, users have no way to log in if they forget their password.

Proposed Solution(s)

One way to solve this is to add a password reset feature by sending the user a password reset link via email.

Since this feature requires sending emails, we could:

  1. Set up our own email server, or
  2. Use a third-party service to send emails for us.

Alternatively, we also have the option to:

  1. Switch our entire auth system to use a prebuilt solution that handles all this for us.

Does anyone have preferences among these 3 options or have other ideas in mind?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant