Skip to content

feat(auth): implement password reset and email verification - #73

Open
TanvirTian wants to merge 3 commits into
deployment-devfrom
feature/71-auth-verifications
Open

feat(auth): implement password reset and email verification #73
TanvirTian wants to merge 3 commits into
deployment-devfrom
feature/71-auth-verifications

Conversation

@TanvirTian

Copy link
Copy Markdown
Contributor

Description

Implemented a robust password reset workflow and email verification system for new users. Users can now request a password reset link, reset their password securely, and verify their email addresses during registration.

This improves security and ensures that only verified users can access the system.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring (no functional changes)
  • Performance improvement
  • Test updates

Related Issues

Changes Made

  • Added is_verified flag to the User model.
  • Implemented forgotPassword and resetPassword services in auth_service.
  • Added email verification workflow with token generation and validation.
  • Updated RegisterForm and backend registration to send verification emails.

Testing Checklist

  • Unit tests added or updated
  • Integration tests pass
  • Manual testing completed
  • Documentation updated (if applicable)
  • All existing tests pass

Screensh

Screenshot_২০২৬০১২০_২০৩০৩০ Screenshot_২০২৬০১২০_২০২৯৩৫

Code Quality Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation to reflect my changes
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Context

N/A

@TanvirTian TanvirTian changed the title feat(auth): implement robust password reset and email verification feat(auth): implement password reset and email verification Jan 21, 2026
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.

2 participants