quantum-ai-v3/authentication/migrations
Claude e8ade314a6 🔧 Remove email verification system and update event URL
- Remove email_verified field from User model
- Delete EmailVerificationToken model and related views
- Update registration to auto-login users without verification
- Change event URL from /event-invitation/ to /event/
- Update Railway deployment configuration
- Remove email verification templates and URLs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 12:35:26 +05:30
..
__init__.py first working 2025-07-09 02:15:35 +05:30
0001_initial.py first working 2025-07-09 02:15:35 +05:30
0002_alter_user_options_alter_user_created_at_and_more.py Implement comprehensive Django performance optimizations 2025-07-13 13:23:59 +05:30
0003_passwordresettoken.py Fix email URLs to use Railway domain instead of localhost 2025-07-16 13:11:06 +05:30
0004_user_email_verified_emailverificationtoken.py 🔒 CRITICAL: Implement comprehensive authentication security improvements 2025-07-26 01:53:05 +05:30
0005_remove_user_email_verified_and_more.py 🔧 Remove email verification system and update event URL 2025-08-16 12:35:26 +05:30