Skip to content

[FEAT] Create Reset Password Email#6

Merged
martingaldeca merged 1 commit intomainfrom
5-feat-create-reset-password-page
Jan 19, 2026
Merged

[FEAT] Create Reset Password Email#6
martingaldeca merged 1 commit intomainfrom
5-feat-create-reset-password-page

Conversation

@martingaldeca
Copy link
Member

Type of Change

  • 🚀 New feature (non-breaking change which adds functionality)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🧹 Chore (technical task, refactoring, maintenance)

Description

This PR implements the email template required for the Password Reset flow and updates the visual theme.

Key Changes:

  • New Email Template: Added src/templates/reset_password/content.html to handle password reset requests. It includes a secure link with a reset_token, expiry warning, and fallback link.
  • Localization: Added English (en.json) and Spanish (es.json) translations for the reset password email subject, body, and buttons.
  • Theme Update: Updated the primary color hex code in src/app/core/theme.py from #338f39 to #16a34a to match the updated design system.

Related Issue

Closes #5

How Has This Been Tested?

  • Unit Tests
  • Manual Testing (Verified the HTML rendering of the new template and color application)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • 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

Screenshots (if applicable)

@martingaldeca martingaldeca self-assigned this Jan 19, 2026
@martingaldeca martingaldeca merged commit e1f34aa into main Jan 19, 2026
2 checks passed
@martingaldeca martingaldeca deleted the 5-feat-create-reset-password-page branch January 19, 2026 18:33
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.

[FEAT] Create reset password page

1 participant