takeone/TODO.md

11 lines
534 B
Markdown

# Email Verification Implementation TODO
- [x] Enable MustVerifyEmail trait in app/Models/User.php
- [x] Add email verification routes to routes/web.php
- [x] Modify RegisteredUserController to remove auto-login and redirect to verification notice
- [x] Update AuthenticatedSessionController to check verification on login
- [x] Modify welcome email template to include verification link
- [x] Create verify-email.blade.php view
- [x] Apply 'verified' middleware to protected routes
- [x] Test the registration and verification flow