quantum-ai-v2/netcop_hub
Claude 74ff5c4ea6 🔧 Fix email verification 'Not Found' error
 Root Cause Fixed:
- SITE_URL was pointing to quantumtaskai.com instead of actual Railway domain
- Email verification links were going to wrong domain causing 404 errors

🔧 Changes Made:
- Update SITE_URL to use quantum-ai.up.railway.app for Railway environment
- Email verification links now point to correct domain

🛠️ Added Management Command:
- Create verify_email command for manual email verification
- Usage: python manage.py verify_email user@example.com
- Useful for admin-created users or troubleshooting

 Expected Result:
- Email verification links now work correctly
- Users can successfully verify their emails
- Manual verification available for admin use

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 23:37:17 +05:30
..
__init__.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
asgi.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
production_settings.py Add Railway deployment config 2025-07-12 03:43:14 +05:30
settings.py 🔧 Fix email verification 'Not Found' error 2025-07-26 23:37:17 +05:30
urls.py 🎨 Create themed error pages matching agent UI design 2025-07-26 23:12:56 +05:30
wsgi.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30