Skip to content

feat: implement password reset email functionality#208

Merged
Nathydre merged 3 commits intonathydre21:mainfrom
Yourbigmike:feature/password-reset-email-implementation
Mar 27, 2026
Merged

feat: implement password reset email functionality#208
Nathydre merged 3 commits intonathydre21:mainfrom
Yourbigmike:feature/password-reset-email-implementation

Conversation

@Yourbigmike
Copy link
Copy Markdown
Contributor

@Yourbigmike Yourbigmike commented Mar 25, 2026

Closes #182


  • Add EmailService with AWS SES/SMTP support
  • Implement password reset API endpoints
  • Add PasswordResetToken database schema
  • Create email templates and security features
  • Add testing utilities and documentation
  • Fix password reset email delivery issue

Yourbigmike and others added 3 commits March 25, 2026 19:50
- Add EmailService with AWS SES/SMTP support
- Implement password reset API endpoints
- Add PasswordResetToken database schema
- Create email templates and security features
- Add testing utilities and documentation
- Fix password reset email delivery issue
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 27, 2026

@Yourbigmike Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Nathydre Nathydre merged commit 80ce435 into nathydre21:main Mar 27, 2026
5 of 11 checks passed
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.

Bug: Email notifications not sent for password resets

2 participants