Recruitment_site/offer_backend/apps
TianyangZhang b6d5a51c3d fix: 邮箱字段设置为唯一且必填,改善错误提示
后端改动:
- User.email 设置为 unique=True,确保每个邮箱只能注册一次
- 这样 SendCodeView 能正确查找到已注册的邮箱

前端改动:
- LoginView 增加详细的错误日志输出
- 捕获更多错误信息类型帮助调试

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-25 16:09:48 +08:00
..
accounts fix: 邮箱字段设置为唯一且必填,改善错误提示 2026-03-25 16:09:48 +08:00
applications refactor: 调整岗位、应用等模块,适配三栏设计 2026-03-25 13:13:09 +08:00
jobs refactor: 调整岗位、应用等模块,适配三栏设计 2026-03-25 13:13:09 +08:00
organizations feat(backend): 组织序列化器添加在招岗位数统计 2026-03-25 13:12:43 +08:00
resumes feat: add Resume model with JSONB fields and file upload 2026-03-24 17:43:24 +08:00
__init__.py feat: add custom User model with role-based permissions 2026-03-24 17:11:40 +08:00