Files
Salon/backend/apps/accounts
mohd 8018710d31 fix: use phone_number as USERNAME_FIELD on User model
- USERNAME_FIELD = "phone_number" (was "email") — email is optional on
  this platform; most customers will be phone-only
- Add REQUIRED_FIELDS = [] to make the intent explicit
- Update create_superuser to accept phone_number as the identifier and
  pass it through to create_user as a keyword argument
- All 35 backend tests pass

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 23:58:02 +03:00
..
2026-02-28 17:31:03 +03:00
2026-02-28 17:31:03 +03:00
2026-02-27 15:01:06 +03:00
2026-02-27 15:01:06 +03:00