coolify/resources/views
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
..
auth feat(lang): add Polish language & improve forgot_password translation (#6306) 2025-08-04 14:13:33 +02:00
components feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
emails feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
errors refactor(links): replace inline SVGs with reusable external link component for consistency and improved maintainability 2025-08-12 15:01:58 +02:00
layouts fix(ui): system theming for charts (#5740) 2025-05-02 17:49:01 +02:00
livewire feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
server fix: server validation process 2023-10-09 11:00:18 +02:00
source refactor(ui): separate views for instance settings to separate paths to make it cleaner 2025-06-30 08:50:17 +02:00
vendor/mail Update version numbers and fix UI styling 2024-03-25 16:42:41 +01:00