coolify/resources/views/components/forms
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
..
button.blade.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
checkbox.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
copy-button.blade.php fix(ui): only show copy button on https 2025-04-02 19:38:53 +02:00
datalist.blade.php feat: initial datalist 2024-04-26 10:33:55 +02:00
input.blade.php feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
monaco-editor.blade.php fix(ui): disable sticky scroll in Monaco editor 2025-02-22 13:04:41 +01:00
select.blade.php refactor(database): enhance SSL configuration handling for various databases 2025-03-26 17:24:46 +01:00
textarea.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00