Skip to content

Remove the 'email' and 'mobile_phone' fields on Person ...

Jonas Braathen requested to merge GREG-71-person-email-mobile-to-identity into master

Remove the 'email' and 'mobile_phone' fields on Person and use identities to represent this data instead.

  • Migrate data on existing Person objects to Identity objects
  • Make the 'is verified' logic only accept certain ID types
  • Sync the Person.is_verified and API 'verified' filter logic

Merge request reports