feat: implement password reset functionality

- Added PasswordResetPage component for user password reset.
- Integrated password reset link in LoginPage with a router link.
- Created API endpoints for requesting and confirming password resets.
- Added email templates for password reset notifications.
- Updated database schema to support password reset tokens.
- Enhanced ProfilePage and EditProfileDialog to include personal data fields.
- Introduced layout store to manage body dimensions for responsive design.
- Added validation for personal data fields in profile management.
This commit is contained in:
fabio
2026-07-26 17:28:51 +02:00
parent 167be9b0b3
commit 1367829f80
23 changed files with 1042 additions and 49 deletions

View File

@@ -0,0 +1,8 @@
Hi {{ .Name }},
We received a request to reset the password for {{ .Email }}.
Set a new password by opening this link:
{{ .PasswordResetURL }}
If you did not request this, you can ignore this email.