coolify/database
Andras Bacsai ee502b9f76 feat(email): implement email change request and verification process
- Added functionality for users to request an email change, including generating a verification code and setting an expiration time.
- Implemented methods in the User model to handle email change requests, code validation, and confirmation.
- Created a new job to update the user's email in Stripe after confirmation.
- Introduced rate limiting for email change requests and verification attempts to prevent abuse.
- Added a new notification for email change verification.
- Updated the profile component to manage email change requests and verification UI.
2025-08-18 14:54:08 +02:00
..
factories test: setup database for upcoming tests 2024-12-04 12:43:52 +01:00
migrations feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
seeders feat(auth): add Zitadel OAuth Provider (#5490) 2025-06-18 14:35:54 +02:00
.gitignore init of v4 🌮 2023-03-17 15:33:48 +01:00