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

Forgot password #23

Merged
merged 20 commits into from
Nov 24, 2024
Merged

Forgot password #23

merged 20 commits into from
Nov 24, 2024

Conversation

DamianUduevbo
Copy link
Contributor

@DamianUduevbo DamianUduevbo commented Nov 14, 2024

Description

Adds a new feature that allows users to reset their password if they forget it. Users enter their email and get sent a unique password reset link to the given email. At this given link, users can enter their new password to use. This PR only does the backend logic, not the frontend logic.

Motivation and Context

Closes story

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • CI/CD changes (changing github actions or deployment scripts)
  • Database migration
  • Environment variable change
  • New package(s)
  • New dependencies
  • Global style changes
  • Project configuration

Checklist:

  • I verified my changes work in the local environment
  • I verified my changes work in the preview environment
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

How has this been tested?

Copy link

vercel bot commented Nov 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
good-dog-licensing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 24, 2024 9:24pm

@jpraissman jpraissman requested a review from owens1127 November 24, 2024 19:58
packages/trpc/src/procedures/forgot-password.ts Outdated Show resolved Hide resolved
packages/trpc/src/procedures/forgot-password.ts Outdated Show resolved Hide resolved
tests/api/forgot-password.test.ts Outdated Show resolved Hide resolved
tests/api/forgot-password.test.ts Outdated Show resolved Hide resolved
tests/api/forgot-password.test.ts Outdated Show resolved Hide resolved
tests/api/forgot-password.test.ts Outdated Show resolved Hide resolved
@jpraissman jpraissman merged commit 5d94430 into main Nov 24, 2024
7 checks passed
@jpraissman jpraissman deleted the forgot-password branch November 24, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants